#606D9E

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

Shades of Waikawa Grey #606D9E

Tints of Waikawa Grey #606D9E

Color information

#606D9E (or 0x606D9E) is unknown color: approx Waikawa Grey. HEX triplet: 60, 6D and 9E. RGB value is (96,109,158). Sum of RGB (Red+Green+Blue) = 96+109+158=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #606D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606D9E is #9F9261. Grayscale: #6E6E6E. Windows color (decimal): -10457698 or 10382688. OLE color: 10382688.

HSL color Cylindrical-coordinate representation of color #606D9E: hue angle of 227.42º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #606D9E is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96109158-
CMYK0.390.3100.38
HSL227.42º24.41%49.8%-
HSV(B)227.42º39.24%61.96%-
XYZ16.4615.8934.55-
YUV110.7154.69117.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 109 (42.97% from 255) = 30.03%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=26.45%
G=30.03%
B=43.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961091580.390.3100.38227.4224.4149.8
Hex606D9E271F026e31832
Octal14015523647370463433062
Binary11000001101101100111101001111111101001101110001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,109,158); }

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

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

 a { background-color: rgb(96,109,158); }

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

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

 span { border-color: rgb(96,109,158); }

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