#606B8B

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

Shades of Waikawa Grey #606B8B

Tints of Waikawa Grey #606B8B

Color information

#606B8B (or 0x606B8B) is unknown color: approx Waikawa Grey. HEX triplet: 60, 6B and 8B. RGB value is (96,107,139). Sum of RGB (Red+Green+Blue) = 96+107+139=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #606B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606B8B is #9F9474. Grayscale: #6B6B6B. Windows color (decimal): -10458229 or 9136992. OLE color: 9136992.

HSL color Cylindrical-coordinate representation of color #606B8B: hue angle of 224.65º 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 #606B8B is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB96107139-
CMYK0.310.2300.45
HSL224.65º18.3%46.08%-
HSV(B)224.65º30.94%54.51%-
XYZ14.7414.8726.52-
YUV107.36145.86119.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.07%
GREEN value IS 107 (42.19% from 255) = 31.29%
BLUE value IS 139 (54.69% from 255) = 40.64%
R=28.07%
G=31.29%
B=40.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961071390.310.2300.45224.6518.346.08
Hex606B8B1F1702De1122e
Octal14015321337270553412256
Binary1100000110101110001011111111011101011011110000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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