Html Css Color HEX #616076 Comet

📋 copy color: '#616076'

red 97 ◦ green 96 ◦ blue 118

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

Shades of Comet #616076

Tints of Comet #616076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.94%

R = 31.19%
G = 30.87%
B = 37.94%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#616076 (or 0x616076) is known color: Comet. HEX triplet: 61, 60 and 76. RGB value is (97,96,118). Sum of RGB (Red+Green+Blue) = 97+96+118=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 118 - color contains mainly: blue. Hex color #616076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616076 is #9E9F89. Grayscale: #626262. Windows color (decimal): -10395530 or 7757921. OLE color: 7757921.

HSL color Cylindrical-coordinate representation of color #616076: hue angle of 242.73º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #616076 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 96 118 -
CMYK 0.18 0.19 0 0.54
HSL 242.73º 0.1% 0.42% -
HSV(B) 242.73º 0.19% 0.46% -
XYZ 12.38 12.22 18.84 -
YUV 98.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 97 96 118 0.18 0.19 0 0.54 242.73 0.1 0.42
Hex 61 60 76 12 13 0 36 F3 A 2A
Octal 141 140 166 22 23 0 66 363 12 52
Binary 1100001 1100000 1110110 10010 10011 0 110110 11110011 1010 101010

Color Harmonies of #616076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616076

Black with #616076

Text Example


Text Example

White with #616076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616076; }

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

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

background-color css

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

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

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

border-color css

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

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

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