#696E92

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

Shades of Waikawa Grey #696E92

Tints of Waikawa Grey #696E92

Color information

#696E92 (or 0x696E92) is unknown color: approx Waikawa Grey. HEX triplet: 69, 6E and 92. RGB value is (105,110,146). Sum of RGB (Red+Green+Blue) = 105+110+146=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #696E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696E92 is #96916D. Grayscale: #707070. Windows color (decimal): -9867630 or 9596521. OLE color: 9596521.

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

Color convert

RGB105110146-
CMYK0.280.2500.43
HSL232.68º16.33%49.22%-
HSV(B)232.68º28.08%57.25%-
XYZ16.5916.2329.45-
YUV112.61146.84122.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.09%
GREEN value IS 110 (43.36% from 255) = 30.47%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=29.09%
G=30.47%
B=40.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051101460.280.2500.43232.6816.3349.22
Hex696E921C1902Be91031
Octal15115622234310533512061
Binary1101001110111010010010111001100101010111110100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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