#606C9F

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

Shades of Waikawa Grey #606C9F

Tints of Waikawa Grey #606C9F

Color information

#606C9F (or 0x606C9F) is unknown color: approx Waikawa Grey. HEX triplet: 60, 6C and 9F. RGB value is (96,108,159). Sum of RGB (Red+Green+Blue) = 96+108+159=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #606C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606C9F is #9F9360. Grayscale: #6E6E6E. Windows color (decimal): -10457953 or 10447968. OLE color: 10447968.

HSL color Cylindrical-coordinate representation of color #606C9F: hue angle of 228.57º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #606C9F is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96108159-
CMYK0.400.3200.38
HSL228.57º24.71%50%-
HSV(B)228.57º39.62%62.35%-
XYZ16.4415.7234.97-
YUV110.23155.52117.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 108 (42.58% from 255) = 29.75%
BLUE value IS 159 (62.5% from 255) = 43.80%
R=26.45%
G=29.75%
B=43.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961081590.400.3200.38228.5724.7150
Hex606C9F2820026e51932
Octal14015423750400463453162
Binary110000011011001001111110100010000001001101110010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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