#696D96

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

Shades of Waikawa Grey #696D96

Tints of Waikawa Grey #696D96

Color information

#696D96 (or 0x696D96) is unknown color: approx Waikawa Grey. HEX triplet: 69, 6D and 96. RGB value is (105,109,150). Sum of RGB (Red+Green+Blue) = 105+109+150=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 150 - color contains mainly: blue. Hex color #696D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696D96 is #969269. Grayscale: #707070. Windows color (decimal): -9867882 or 9858409. OLE color: 9858409.

HSL color Cylindrical-coordinate representation of color #696D96: hue angle of 234.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #696D96 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB105109150-
CMYK0.300.2700.41
HSL234.67º17.65%50%-
HSV(B)234.67º30%58.82%-
XYZ16.816.1431.08-
YUV112.48149.17122.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.85%
GREEN value IS 109 (42.97% from 255) = 29.95%
BLUE value IS 150 (58.98% from 255) = 41.21%
R=28.85%
G=29.95%
B=41.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051091500.300.2700.41234.6717.6550
Hex696D961E1B029eb1232
Octal15115522636330513532262
Binary1101001110110110010110111101101101010011110101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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