#696F8E

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

Shades of Waikawa Grey #696F8E

Tints of Waikawa Grey #696F8E

Color information

#696F8E (or 0x696F8E) is unknown color: approx Waikawa Grey. HEX triplet: 69, 6F and 8E. RGB value is (105,111,142). Sum of RGB (Red+Green+Blue) = 105+111+142=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 142 - color contains mainly: blue. Hex color #696F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F8E is #969071. Grayscale: #707070. Windows color (decimal): -9867378 or 9334633. OLE color: 9334633.

HSL color Cylindrical-coordinate representation of color #696F8E: hue angle of 230.27º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #696F8E is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB105111142-
CMYK0.260.2200.44
HSL230.27º14.98%48.43%-
HSV(B)230.27º26.06%55.69%-
XYZ16.3916.3327.88-
YUV112.74144.51122.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 111 (43.75% from 255) = 31.01%
BLUE value IS 142 (55.86% from 255) = 39.66%
R=29.33%
G=31.01%
B=39.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051111420.260.2200.44230.2714.9848.43
Hex696F8E1A1602Ce6f30
Octal15115721632260543461760
Binary110100111011111000111011010101100101100111001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,111,142); }

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

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

 a { background-color: rgb(105,111,142); }

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

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

 span { border-color: rgb(105,111,142); }

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