#606985

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

Shades of Waikawa Grey #606985

Tints of Waikawa Grey #606985

Color information

#606985 (or 0x606985) is unknown color: approx Waikawa Grey. HEX triplet: 60, 69 and 85. RGB value is (96,105,133). Sum of RGB (Red+Green+Blue) = 96+105+133=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #606985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606985 is #9F967A. Grayscale: #696969. Windows color (decimal): -10458747 or 8743264. OLE color: 8743264.

HSL color Cylindrical-coordinate representation of color #606985: hue angle of 225.41º 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 #606985 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB96105133-
CMYK0.280.2100.48
HSL225.41º16.16%44.9%-
HSV(B)225.41º27.82%52.16%-
XYZ14.1114.2824.2-
YUV105.5143.52121.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.74%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 133 (52.34% from 255) = 39.82%
R=28.74%
G=31.44%
B=39.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961051330.280.2100.48225.4116.1644.9
Hex6069851C15030e1102d
Octal14015120534250603412055
Binary1100000110100110000101111001010101100001110000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606985; }

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

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

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

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

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

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

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

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