Html Css Color HEX #605E78 Comet

📋 copy color: '#605E78'

red 96 ◦ green 94 ◦ blue 120

#605E78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Comet #605E78

Tints of Comet #605E78

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 value IS 0.2

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#605E78 (or 0x605E78) is known color: 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

RGB 96 94 120 -
CMYK 0.2 0.22 0 0.53
HSL 244.62º 0.12% 0.42% -
HSV(B) 244.62º 0.22% 0.47% -
XYZ 12.22 11.85 19.41 -
YUV 97.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 96 94 120 0.2 0.22 0 0.53 244.62 0.12 0.42
Hex 60 5E 78 14 16 0 35 F5 C 2A
Octal 140 136 170 24 26 0 65 365 14 52
Binary 1100000 1011110 1111000 10100 10110 0 110101 11110101 1100 101010

Color Harmonies of #605E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605E78

Black with #605E78

Text Example


Text Example

White with #605E78

Text Example


Text Example

HTML Codes & Css Web 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>