Html Css Color HEX #616572 Comet

📋 copy color: '#616572'

red 97 ◦ green 101 ◦ blue 114

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

Shades of Comet #616572

Tints of Comet #616572

RGB

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

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

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

R = 31.09%
G = 32.37%
B = 36.54%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#616572 (or 0x616572) is known color: Comet. HEX triplet: 61, 65 and 72. RGB value is (97,101,114). Sum of RGB (Red+Green+Blue) = 97+101+114=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 114 - color contains mainly: blue. Hex color #616572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616572 is #9E9A8D. Grayscale: #656565. Windows color (decimal): -10394254 or 7497057. OLE color: 7497057.

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

Color convert

RGB 97 101 114 -
CMYK 0.15 0.11 0 0.55
HSL 225.88º 0.08% 0.41% -
HSV(B) 225.88º 0.15% 0.45% -
XYZ 12.62 13.06 17.78 -
YUV 101.29 135.17 124.94 -
System Red Green Blue C M Y K H S L
Decimal 97 101 114 0.15 0.11 0 0.55 225.88 0.08 0.41
Hex 61 65 72 F B 0 37 E2 8 29
Octal 141 145 162 17 13 0 67 342 10 51
Binary 1100001 1100101 1110010 1111 1011 0 110111 11100010 1000 101001

Color Harmonies of #616572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616572

Black with #616572

Text Example


Text Example

White with #616572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616572; }

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

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

background-color css

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

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

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

border-color css

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

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

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