#606185

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

Shades of Comet #606185

Tints of Comet #606185

Color information

#606185 (or 0x606185) is unknown color: approx Comet. HEX triplet: 60, 61 and 85. RGB value is (96,97,133). Sum of RGB (Red+Green+Blue) = 96+97+133=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #606185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606185 is #9F9E7A. Grayscale: #646464. Windows color (decimal): -10460795 or 8741216. OLE color: 8741216.

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

Color convert

RGB9697133-
CMYK0.280.2700.48
HSL238.38º16.16%44.9%-
HSV(B)238.38º27.82%52.16%-
XYZ13.3312.7323.94-
YUV100.8146.17124.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.45%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 133 (52.34% from 255) = 40.80%
R=29.45%
G=29.75%
B=40.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96971330.280.2700.48238.3816.1644.9
Hex6061851C1B030ee102d
Octal14014120534330603562055
Binary1100000110000110000101111001101101100001110111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606185; }

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

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

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

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

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

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

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

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