#696E8C

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

Shades of Waikawa Grey #696E8C

Tints of Waikawa Grey #696E8C

Color information

#696E8C (or 0x696E8C) is unknown color: approx Waikawa Grey. HEX triplet: 69, 6E and 8C. RGB value is (105,110,140). Sum of RGB (Red+Green+Blue) = 105+110+140=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 140 - color contains mainly: blue. Hex color #696E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696E8C is #969173. Grayscale: #6F6F6F. Windows color (decimal): -9867636 or 9203305. OLE color: 9203305.

HSL color Cylindrical-coordinate representation of color #696E8C: hue angle of 231.43º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #696E8C is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB105110140-
CMYK0.250.2100.45
HSL231.43º14.29%48.04%-
HSV(B)231.43º25%54.9%-
XYZ16.1416.0527.06-
YUV111.92143.84123.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.58%
GREEN value IS 110 (43.36% from 255) = 30.99%
BLUE value IS 140 (55.08% from 255) = 39.44%
R=29.58%
G=30.99%
B=39.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1051101400.250.2100.45231.4314.2948.04
Hex696E8C191502De7e30
Octal15115621431250553471660
Binary110100111011101000110011001101010101101111001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696E8C; }

 p { color: rgb(105,110,140); }

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

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

 a { background-color: rgb(105,110,140); }

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

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

 span { border-color: rgb(105,110,140); }

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