#606085

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

Shades of Comet #606085

Tints of Comet #606085

Color information

#606085 (or 0x606085) is unknown color: approx Comet. HEX triplet: 60, 60 and 85. RGB value is (96,96,133). Sum of RGB (Red+Green+Blue) = 96+96+133=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #606085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606085 is #9F9F7A. Grayscale: #646464. Windows color (decimal): -10461051 or 8740960. OLE color: 8740960.

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

Color convert

RGB9696133-
CMYK0.280.2800.48
HSL240º16.16%44.9%-
HSV(B)240º27.82%52.16%-
XYZ13.2412.5523.91-
YUV100.22146.5124.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 133 (52.34% from 255) = 40.92%
R=29.54%
G=29.54%
B=40.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96961330.280.2800.4824016.1644.9
Hex6060851C1C030f0102d
Octal14014020534340603602055
Binary1100000110000010000101111001110001100001111000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606085; }

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

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

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

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

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

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

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

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