Html Css Color HEX #605D78 Comet

📋 copy color: '#605D78'

red 96 ◦ green 93 ◦ blue 120

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

Shades of Comet #605D78

Tints of Comet #605D78

RGB

 RED value IS 96 (37.89% from 255) = 31.07%

 GREEN value IS 93 (36.72% from 255) = 30.1%

 BLUE value IS 120 (47.27% from 255) = 38.83%

R = 31.07%
G = 30.1%
B = 38.83%

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

#605D78 (or 0x605D78) is known color: Comet. HEX triplet: 60, 5D and 78. RGB value is (96,93,120). Sum of RGB (Red+Green+Blue) = 96+93+120=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 120 - color contains mainly: blue. Hex color #605D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D78 is #9FA287. Grayscale: #606060. Windows color (decimal): -10461832 or 7888224. OLE color: 7888224.

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

Color convert

RGB 96 93 120 -
CMYK 0.2 0.22 0 0.53
HSL 246.67º 0.13% 0.42% -
HSV(B) 246.67º 0.23% 0.47% -
XYZ 12.13 11.67 19.38 -
YUV 96.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 96 93 120 0.2 0.22 0 0.53 246.67 0.13 0.42
Hex 60 5D 78 14 16 0 35 F7 D 2A
Octal 140 135 170 24 26 0 65 367 15 52
Binary 1100000 1011101 1111000 10100 10110 0 110101 11110111 1101 101010

Color Harmonies of #605D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605D78

Black with #605D78

Text Example


Text Example

White with #605D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #605D78;
 }
 .AnyTagClassName
 {
   color: #605D78;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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