#606A9E

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

Shades of Waikawa Grey #606A9E

Tints of Waikawa Grey #606A9E

Color information

#606A9E (or 0x606A9E) is unknown color: approx Waikawa Grey. HEX triplet: 60, 6A and 9E. RGB value is (96,106,158). Sum of RGB (Red+Green+Blue) = 96+106+158=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #606A9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606A9E is #9F9561. Grayscale: #6C6C6C. Windows color (decimal): -10458466 or 10381920. OLE color: 10381920.

HSL color Cylindrical-coordinate representation of color #606A9E: hue angle of 230.32º 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 #606A9E is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96106158-
CMYK0.390.3300.38
HSL230.32º24.41%49.8%-
HSV(B)230.32º39.24%61.96%-
XYZ16.1515.2634.44-
YUV108.94155.69118.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.67%
GREEN value IS 106 (41.80% from 255) = 29.44%
BLUE value IS 158 (62.11% from 255) = 43.89%
R=26.67%
G=29.44%
B=43.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961061580.390.3300.38230.3224.4149.8
Hex606A9E2721026e61832
Octal14015223647410463463062
Binary110000011010101001111010011110000101001101110011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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