Html Css Color HEX #606578 Comet

📋 copy color: '#606578'

red 96 ◦ green 101 ◦ blue 120

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

Shades of Comet #606578

Tints of Comet #606578

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.86%

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

R = 30.28%
G = 31.86%
B = 37.85%

CMYK

 C value IS 0.2

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#606578 (or 0x606578) is known color: Comet. HEX triplet: 60, 65 and 78. RGB value is (96,101,120). Sum of RGB (Red+Green+Blue) = 96+101+120=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 120 - color contains mainly: blue. Hex color #606578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606578 is #9F9A87. Grayscale: #656565. Windows color (decimal): -10459784 or 7890272. OLE color: 7890272.

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

Color convert

RGB 96 101 120 -
CMYK 0.2 0.16 0 0.53
HSL 227.5º 0.11% 0.42% -
HSV(B) 227.5º 0.2% 0.47% -
XYZ 12.87 13.15 19.63 -
YUV 101.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 96 101 120 0.2 0.16 0 0.53 227.5 0.11 0.42
Hex 60 65 78 14 10 0 35 E4 B 2A
Octal 140 145 170 24 20 0 65 344 13 52
Binary 1100000 1100101 1111000 10100 10000 0 110101 11100100 1011 101010

Color Harmonies of #606578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606578

Black with #606578

Text Example


Text Example

White with #606578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606578; }

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

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

background-color css

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

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

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

border-color css

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

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

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