Html Css Color HEX #616376 Comet

📋 copy color: '#616376'

red 97 ◦ green 99 ◦ blue 118

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

Shades of Comet #616376

Tints of Comet #616376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.53%

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

R = 30.89%
G = 31.53%
B = 37.58%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#616376 (or 0x616376) is known color: Comet. HEX triplet: 61, 63 and 76. RGB value is (97,99,118). Sum of RGB (Red+Green+Blue) = 97+99+118=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 118 - color contains mainly: blue. Hex color #616376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616376 is #9E9C89. Grayscale: #646464. Windows color (decimal): -10394762 or 7758689. OLE color: 7758689.

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

Color convert

RGB 97 99 118 -
CMYK 0.18 0.16 0 0.54
HSL 234.29º 0.1% 0.42% -
HSV(B) 234.29º 0.18% 0.46% -
XYZ 12.66 12.77 18.94 -
YUV 100.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 97 99 118 0.18 0.16 0 0.54 234.29 0.1 0.42
Hex 61 63 76 12 10 0 36 EA A 2A
Octal 141 143 166 22 20 0 66 352 12 52
Binary 1100001 1100011 1110110 10010 10000 0 110110 11101010 1010 101010

Color Harmonies of #616376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616376

Black with #616376

Text Example


Text Example

White with #616376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616376; }

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

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

background-color css

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

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

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

border-color css

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

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

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