#696C91

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

Shades of Waikawa Grey #696C91

Tints of Waikawa Grey #696C91

Color information

#696C91 (or 0x696C91) is unknown color: approx Waikawa Grey. HEX triplet: 69, 6C and 91. RGB value is (105,108,145). Sum of RGB (Red+Green+Blue) = 105+108+145=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: blue. Hex color #696C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696C91 is #96936E. Grayscale: #6F6F6F. Windows color (decimal): -9868143 or 9530473. OLE color: 9530473.

HSL color Cylindrical-coordinate representation of color #696C91: hue angle of 235.5º 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 #696C91 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB105108145-
CMYK0.280.2600.43
HSL235.5º16%49.02%-
HSV(B)235.5º27.59%56.86%-
XYZ16.315.7728.97-
YUV111.32147.01123.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 108 (42.58% from 255) = 30.17%
BLUE value IS 145 (57.03% from 255) = 40.50%
R=29.33%
G=30.17%
B=40.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051081450.280.2600.43235.51649.02
Hex696C911C1A02Bec1031
Octal15115422134320533542061
Binary1101001110110010010001111001101001010111110110010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,108,145); }

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

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

 a { background-color: rgb(105,108,145); }

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

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

 span { border-color: rgb(105,108,145); }

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