#605D77

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

Shades of Comet #605D77

Tints of Comet #605D77

Color information

#605D77 (or 0x605D77) is unknown color: approx Comet. HEX triplet: 60, 5D and 77. RGB value is (96,93,119). Sum of RGB (Red+Green+Blue) = 96+93+119=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 119 - color contains mainly: blue. Hex color #605D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D77 is #9FA288. Grayscale: #606060. Windows color (decimal): -10461833 or 7822688. OLE color: 7822688.

HSL color Cylindrical-coordinate representation of color #605D77: hue angle of 246.92º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #605D77 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9693119-
CMYK0.190.2200.53
HSL246.92º12.26%41.57%-
HSV(B)246.92º21.85%46.67%-
XYZ12.0711.6519.06-
YUV96.86140.49127.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.17%
GREEN value IS 93 (36.72% from 255) = 30.19%
BLUE value IS 119 (46.88% from 255) = 38.64%
R=31.17%
G=30.19%
B=38.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96931190.190.2200.53246.9212.2641.57
Hex605D771316035f7c2a
Octal14013516723260653671452
Binary11000001011101111011110011101100110101111101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,93,119); }

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

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

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

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

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

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

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