Html Css Color HEX #606177 Comet

📋 copy color: '#606177'

red 96 ◦ green 97 ◦ blue 119

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

Shades of Comet #606177

Tints of Comet #606177

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.09%

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

R = 30.77%
G = 31.09%
B = 38.14%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#606177 (or 0x606177) is known color: Comet. HEX triplet: 60, 61 and 77. RGB value is (96,97,119). Sum of RGB (Red+Green+Blue) = 96+97+119=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 119 - color contains mainly: blue. Hex color #606177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606177 is #9F9E88. Grayscale: #636363. Windows color (decimal): -10460809 or 7823712. OLE color: 7823712.

HSL color Cylindrical-coordinate representation of color #606177: hue angle of 237.39º 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 #606177 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 97 119 -
CMYK 0.19 0.18 0 0.53
HSL 237.39º 0.11% 0.42% -
HSV(B) 237.39º 0.19% 0.47% -
XYZ 12.43 12.37 19.19 -
YUV 99.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 96 97 119 0.19 0.18 0 0.53 237.39 0.11 0.42
Hex 60 61 77 13 12 0 35 ED B 2A
Octal 140 141 167 23 22 0 65 355 13 52
Binary 1100000 1100001 1110111 10011 10010 0 110101 11101101 1011 101010

Color Harmonies of #606177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606177

Black with #606177

Text Example


Text Example

White with #606177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606177; }

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

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

background-color css

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

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

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

border-color css

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

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

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