#696F92

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

Shades of Waikawa Grey #696F92

Tints of Waikawa Grey #696F92

Color information

#696F92 (or 0x696F92) is unknown color: approx Waikawa Grey. HEX triplet: 69, 6F and 92. RGB value is (105,111,146). Sum of RGB (Red+Green+Blue) = 105+111+146=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: blue. Hex color #696F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F92 is #96906D. Grayscale: #717171. Windows color (decimal): -9867374 or 9596777. OLE color: 9596777.

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

Color convert

RGB105111146-
CMYK0.280.2400.43
HSL231.22º16.33%49.22%-
HSV(B)231.22º28.08%57.25%-
XYZ16.716.4529.49-
YUV113.2146.51122.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.01%
GREEN value IS 111 (43.75% from 255) = 30.66%
BLUE value IS 146 (57.42% from 255) = 40.33%
R=29.01%
G=30.66%
B=40.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051111460.280.2400.43231.2216.3349.22
Hex696F921C1802Be71031
Octal15115722234300533472061
Binary1101001110111110010010111001100001010111110011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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