#696D89

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

Shades of Waikawa Grey #696D89

Tints of Waikawa Grey #696D89

Color information

#696D89 (or 0x696D89) is unknown color: approx Waikawa Grey. HEX triplet: 69, 6D and 89. RGB value is (105,109,137). Sum of RGB (Red+Green+Blue) = 105+109+137=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 137 - color contains mainly: blue. Hex color #696D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696D89 is #969276. Grayscale: #6E6E6E. Windows color (decimal): -9867895 or 9006441. OLE color: 9006441.

HSL color Cylindrical-coordinate representation of color #696D89: hue angle of 232.5º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #696D89 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB105109137-
CMYK0.230.2000.46
HSL232.5º13.22%47.45%-
HSV(B)232.5º23.36%53.73%-
XYZ15.8115.7525.87-
YUV111142.67123.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.91%
GREEN value IS 109 (42.97% from 255) = 31.05%
BLUE value IS 137 (53.91% from 255) = 39.03%
R=29.91%
G=31.05%
B=39.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1051091370.230.2000.46232.513.2247.45
Hex696D89171402Ee8d2f
Octal15115521127240563501557
Binary110100111011011000100110111101000101110111010001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,109,137); }

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

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

 a { background-color: rgb(105,109,137); }

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

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

 span { border-color: rgb(105,109,137); }

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