#605F87

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

Shades of Comet #605F87

Tints of Comet #605F87

Color information

#605F87 (or 0x605F87) is unknown color: approx Comet. HEX triplet: 60, 5F and 87. RGB value is (96,95,135). Sum of RGB (Red+Green+Blue) = 96+95+135=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 135 - color contains mainly: blue. Hex color #605F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605F87 is #9FA078. Grayscale: #636363. Windows color (decimal): -10461305 or 8871776. OLE color: 8871776.

HSL color Cylindrical-coordinate representation of color #605F87: hue angle of 241.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #605F87 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9695135-
CMYK0.290.3000.47
HSL241.5º17.39%45.1%-
HSV(B)241.5º29.63%52.94%-
XYZ13.2912.4224.62-
YUV99.86147.83125.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.45%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 135 (53.12% from 255) = 41.41%
R=29.45%
G=29.14%
B=41.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96951350.290.3000.47241.517.3945.1
Hex605F871D1E02Ff2112d
Octal14013720735360573622155
Binary1100000101111110000111111011111001011111111001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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