Html Css Color HEX #606577 Comet

📋 copy color: '#606577'

red 96 ◦ green 101 ◦ blue 119

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

Shades of Comet #606577

Tints of Comet #606577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.66%

R = 30.38%
G = 31.96%
B = 37.66%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#606577 (or 0x606577) is known color: Comet. HEX triplet: 60, 65 and 77. RGB value is (96,101,119). Sum of RGB (Red+Green+Blue) = 96+101+119=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 119 - color contains mainly: blue. Hex color #606577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606577 is #9F9A88. Grayscale: #656565. Windows color (decimal): -10459785 or 7824736. OLE color: 7824736.

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

Color convert

RGB 96 101 119 -
CMYK 0.19 0.15 0 0.53
HSL 226.96º 0.11% 0.42% -
HSV(B) 226.96º 0.19% 0.47% -
XYZ 12.81 13.13 19.31 -
YUV 101.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 96 101 119 0.19 0.15 0 0.53 226.96 0.11 0.42
Hex 60 65 77 13 F 0 35 E3 B 2A
Octal 140 145 167 23 17 0 65 343 13 52
Binary 1100000 1100101 1110111 10011 1111 0 110101 11100011 1011 101010

Color Harmonies of #606577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606577

Black with #606577

Text Example


Text Example

White with #606577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606577; }

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

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

background-color css

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

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

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

border-color css

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

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

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