#697592

Color #697592 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #697592

Tints of Waikawa Grey #697592

Color information

#697592 (or 0x697592) is unknown color: approx Waikawa Grey. HEX triplet: 69, 75 and 92. RGB value is (105,117,146). Sum of RGB (Red+Green+Blue) = 105+117+146=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 146 - color contains mainly: blue. Hex color #697592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697592 is #968A6D. Grayscale: #747474. Windows color (decimal): -9865838 or 9598313. OLE color: 9598313.

HSL color Cylindrical-coordinate representation of color #697592: hue angle of 222.44º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #697592 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB105117146-
CMYK0.280.2000.43
HSL222.44º16.33%49.22%-
HSV(B)222.44º28.08%57.25%-
XYZ17.3817.829.71-
YUV116.72144.52119.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 28.53%
GREEN value IS 117 (46.09% from 255) = 31.79%
BLUE value IS 146 (57.42% from 255) = 39.67%
R=28.53%
G=31.79%
B=39.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051171460.280.2000.43222.4416.3349.22
Hex6975921C1402Bde1031
Octal15116522234240533362061
Binary1101001111010110010010111001010001010111101111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697592; }

 p { color: rgb(105,117,146); }

 H1.HeaderClassName
 {
   color: #697592;
 }
 .AnyTagClassName
 {
   color: #697592;
 }
</style>
background-color css

<style>
 a { background-color: #697592; }

 a { background-color: rgb(105,117,146); }

 div.DivClassName
 {
   background-color: #697592;
 }
 .BgClassName
 {
   background-color: #697592;
 }
</style>
border-color css

<style>
 span { border-color: #697592; }

 span { border-color: rgb(105,117,146); }

 td.TdClassName
 {
   border-color: #697592;
 }
 .TagClassName
 {
   border-color: #697592;
 }
</style>