#605F80

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

Shades of Comet #605F80

Tints of Comet #605F80

Color information

#605F80 (or 0x605F80) is unknown color: approx Comet. HEX triplet: 60, 5F and 80. RGB value is (96,95,128). Sum of RGB (Red+Green+Blue) = 96+95+128=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 128 - color contains mainly: blue. Hex color #605F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605F80 is #9FA07F. Grayscale: #626262. Windows color (decimal): -10461312 or 8413024. OLE color: 8413024.

HSL color Cylindrical-coordinate representation of color #605F80: hue angle of 241.82º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #605F80 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9695128-
CMYK0.250.2600.50
HSL241.82º14.8%43.73%-
HSV(B)241.82º25.78%50.2%-
XYZ12.8112.2322.11-
YUV99.06144.33125.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.09%
GREEN value IS 95 (37.5% from 255) = 29.78%
BLUE value IS 128 (50.39% from 255) = 40.13%
R=30.09%
G=29.78%
B=40.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96951280.250.2600.50241.8214.843.73
Hex605F80191A032f2f2c
Octal14013720031320623621754
Binary110000010111111000000011001110100110010111100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605F80; }

 p { color: rgb(96,95,128); }

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

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

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

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

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

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

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