Html Css Color HEX #616379 Comet

📋 copy color: '#616379'

red 97 ◦ green 99 ◦ blue 121

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

Shades of Comet #616379

Tints of Comet #616379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.17%

R = 30.6%
G = 31.23%
B = 38.17%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#616379 (or 0x616379) is known color: Comet. HEX triplet: 61, 63 and 79. RGB value is (97,99,121). Sum of RGB (Red+Green+Blue) = 97+99+121=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 121 - color contains mainly: blue. Hex color #616379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616379 is #9E9C86. Grayscale: #646464. Windows color (decimal): -10394759 or 7955297. OLE color: 7955297.

HSL color Cylindrical-coordinate representation of color #616379: hue angle of 235º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #616379 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 99 121 -
CMYK 0.20 0.18 0 0.53
HSL 235º 0.11% 0.43% -
HSV(B) 235º 0.2% 0.47% -
XYZ 12.84 12.85 19.89 -
YUV 100.91 139.34 125.21 -
System Red Green Blue C M Y K H S L
Decimal 97 99 121 0.20 0.18 0 0.53 235 0.11 0.43
Hex 61 63 79 14 12 0 35 EB B 2B
Octal 141 143 171 24 22 0 65 353 13 53
Binary 1100001 1100011 1111001 10100 10010 0 110101 11101011 1011 101011

Color Harmonies of #616379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616379

Black with #616379

Text Example


Text Example

White with #616379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616379; }

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

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

background-color css

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

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

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

border-color css

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

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

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