#606A8B

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

Shades of Waikawa Grey #606A8B

Tints of Waikawa Grey #606A8B

Color information

#606A8B (or 0x606A8B) is unknown color: approx Waikawa Grey. HEX triplet: 60, 6A and 8B. RGB value is (96,106,139). Sum of RGB (Red+Green+Blue) = 96+106+139=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #606A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606A8B is #9F9574. Grayscale: #6A6A6A. Windows color (decimal): -10458485 or 9136736. OLE color: 9136736.

HSL color Cylindrical-coordinate representation of color #606A8B: hue angle of 226.05º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #606A8B is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB96106139-
CMYK0.310.2400.45
HSL226.05º18.3%46.08%-
HSV(B)226.05º30.94%54.51%-
XYZ14.6414.6626.48-
YUV106.77146.19120.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.15%
GREEN value IS 106 (41.80% from 255) = 31.09%
BLUE value IS 139 (54.69% from 255) = 40.76%
R=28.15%
G=31.09%
B=40.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961061390.310.2400.45226.0518.346.08
Hex606A8B1F1802De2122e
Octal14015221337300553422256
Binary1100000110101010001011111111100001011011110001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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