#606C92

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

Shades of Waikawa Grey #606C92

Tints of Waikawa Grey #606C92

Color information

#606C92 (or 0x606C92) is unknown color: approx Waikawa Grey. HEX triplet: 60, 6C and 92. RGB value is (96,108,146). Sum of RGB (Red+Green+Blue) = 96+108+146=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #606C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606C92 is #9F936D. Grayscale: #6C6C6C. Windows color (decimal): -10457966 or 9596000. OLE color: 9596000.

HSL color Cylindrical-coordinate representation of color #606C92: hue angle of 225.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #606C92 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB96108146-
CMYK0.340.2600.43
HSL225.6º20.66%47.45%-
HSV(B)225.6º34.25%57.25%-
XYZ15.3715.2929.33-
YUV108.74149.02118.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.43%
GREEN value IS 108 (42.58% from 255) = 30.86%
BLUE value IS 146 (57.42% from 255) = 41.71%
R=27.43%
G=30.86%
B=41.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961081460.340.2600.43225.620.6647.45
Hex606C92221A02Be2152f
Octal14015422242320533422557
Binary11000001101100100100101000101101001010111110001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606C92; }

 p { color: rgb(96,108,146); }

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

<style>
 a { background-color: #606C92; }

 a { background-color: rgb(96,108,146); }

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

<style>
 span { border-color: #606C92; }

 span { border-color: rgb(96,108,146); }

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