Html Css Color HEX #616077 Comet

📋 copy color: '#616077'

red 97 ◦ green 96 ◦ blue 119

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

Shades of Comet #616077

Tints of Comet #616077

RGB

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

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

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

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

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#616077 (or 0x616077) is known color: Comet. HEX triplet: 61, 60 and 77. RGB value is (97,96,119). Sum of RGB (Red+Green+Blue) = 97+96+119=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 96 (37.89% from 255 or 30.77% 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 #616077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616077 is #9E9F88. Grayscale: #626262. Windows color (decimal): -10395529 or 7823457. OLE color: 7823457.

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

Color convert

RGB 97 96 119 -
CMYK 0.18 0.19 0 0.53
HSL 242.61º 0.11% 0.42% -
HSV(B) 242.61º 0.19% 0.47% -
XYZ 12.44 12.24 19.16 -
YUV 98.92 139.33 126.63 -
System Red Green Blue C M Y K H S L
Decimal 97 96 119 0.18 0.19 0 0.53 242.61 0.11 0.42
Hex 61 60 77 12 13 0 35 F3 B 2A
Octal 141 140 167 22 23 0 65 363 13 52
Binary 1100001 1100000 1110111 10010 10011 0 110101 11110011 1011 101010

Color Harmonies of #616077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616077

Black with #616077

Text Example


Text Example

White with #616077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616077; }

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

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

background-color css

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

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

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

border-color css

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

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

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