#605E78

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

Shades of Comet #605E78

Tints of Comet #605E78

Color information

#605E78 (or 0x605E78) is unknown color: approx Comet. HEX triplet: 60, 5E and 78. RGB value is (96,94,120). Sum of RGB (Red+Green+Blue) = 96+94+120=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 120 - color contains mainly: blue. Hex color #605E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E78 is #9FA187. Grayscale: #616161. Windows color (decimal): -10461576 or 7888480. OLE color: 7888480.

HSL color Cylindrical-coordinate representation of color #605E78: hue angle of 244.62º 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 #605E78 is Cyan = 0.2, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9694120-
CMYK0.20.2200.53
HSL244.62º12.15%41.96%-
HSV(B)244.62º21.67%47.06%-
XYZ12.2211.8519.41-
YUV97.56140.66126.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.97%
GREEN value IS 94 (37.11% from 255) = 30.32%
BLUE value IS 120 (47.27% from 255) = 38.71%
R=30.97%
G=30.32%
B=38.71%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96941200.20.2200.53244.6212.1541.96
Hex605E781416035f5c2a
Octal14013617024260653651452
Binary11000001011110111100010100101100110101111101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,94,120); }

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

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

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

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

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

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

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