#606E8A

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

Shades of Waikawa Grey #606E8A

Tints of Waikawa Grey #606E8A

Color information

#606E8A (or 0x606E8A) is unknown color: approx Waikawa Grey. HEX triplet: 60, 6E and 8A. RGB value is (96,110,138). Sum of RGB (Red+Green+Blue) = 96+110+138=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 138 - color contains mainly: blue. Hex color #606E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606E8A is #9F9175. Grayscale: #6C6C6C. Windows color (decimal): -10457462 or 9072224. OLE color: 9072224.

HSL color Cylindrical-coordinate representation of color #606E8A: hue angle of 220º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #606E8A is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB96110138-
CMYK0.300.2000.46
HSL220º17.95%45.88%-
HSV(B)220º30.43%54.12%-
XYZ14.9915.4726.24-
YUV109.01144.36118.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.91%
GREEN value IS 110 (43.36% from 255) = 31.98%
BLUE value IS 138 (54.30% from 255) = 40.12%
R=27.91%
G=31.98%
B=40.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961101380.300.2000.4622017.9545.88
Hex606E8A1E1402Edc122e
Octal14015621236240563342256
Binary1100000110111010001010111101010001011101101110010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,110,138); }

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

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

 a { background-color: rgb(96,110,138); }

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

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

 span { border-color: rgb(96,110,138); }

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