#606B85

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

Shades of Waikawa Grey #606B85

Tints of Waikawa Grey #606B85

Color information

#606B85 (or 0x606B85) is unknown color: approx Waikawa Grey. HEX triplet: 60, 6B and 85. RGB value is (96,107,133). Sum of RGB (Red+Green+Blue) = 96+107+133=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #606B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606B85 is #9F947A. Grayscale: #6A6A6A. Windows color (decimal): -10458235 or 8743776. OLE color: 8743776.

HSL color Cylindrical-coordinate representation of color #606B85: hue angle of 222.16º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #606B85 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB96107133-
CMYK0.280.2000.48
HSL222.16º16.16%44.9%-
HSV(B)222.16º27.82%52.16%-
XYZ14.3214.724.27-
YUV106.68142.86120.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.57%
GREEN value IS 107 (42.19% from 255) = 31.85%
BLUE value IS 133 (52.34% from 255) = 39.58%
R=28.57%
G=31.85%
B=39.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961071330.280.2000.48222.1616.1644.9
Hex606B851C14030de102d
Octal14015320534240603362055
Binary1100000110101110000101111001010001100001101111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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