Html Css Color HEX #616072 Comet

📋 copy color: '#616072'

red 97 ◦ green 96 ◦ blue 114

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

Shades of Comet #616072

Tints of Comet #616072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.13%

R = 31.6%
G = 31.27%
B = 37.13%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#616072 (or 0x616072) is known color: Comet. HEX triplet: 61, 60 and 72. RGB value is (97,96,114). Sum of RGB (Red+Green+Blue) = 97+96+114=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 114 - color contains mainly: blue. Hex color #616072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616072 is #9E9F8D. Grayscale: #626262. Windows color (decimal): -10395534 or 7495777. OLE color: 7495777.

HSL color Cylindrical-coordinate representation of color #616072: hue angle of 243.33º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #616072 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 96 114 -
CMYK 0.15 0.16 0 0.55
HSL 243.33º 0.09% 0.41% -
HSV(B) 243.33º 0.16% 0.45% -
XYZ 12.15 12.12 17.62 -
YUV 98.35 136.83 127.04 -
System Red Green Blue C M Y K H S L
Decimal 97 96 114 0.15 0.16 0 0.55 243.33 0.09 0.41
Hex 61 60 72 F 10 0 37 F3 9 29
Octal 141 140 162 17 20 0 67 363 11 51
Binary 1100001 1100000 1110010 1111 10000 0 110111 11110011 1001 101001

Color Harmonies of #616072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616072

Black with #616072

Text Example


Text Example

White with #616072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616072; }

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

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

background-color css

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

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

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

border-color css

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

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

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