Html Css Color HEX #616279 Comet

📋 copy color: '#616279'

red 97 ◦ green 98 ◦ blue 121

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

Shades of Comet #616279

Tints of Comet #616279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.01%

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

R = 30.7%
G = 31.01%
B = 38.29%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#616279 (or 0x616279) is known color: Comet. HEX triplet: 61, 62 and 79. RGB value is (97,98,121). Sum of RGB (Red+Green+Blue) = 97+98+121=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 121 - color contains mainly: blue. Hex color #616279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616279 is #9E9D86. Grayscale: #646464. Windows color (decimal): -10395015 or 7955041. OLE color: 7955041.

HSL color Cylindrical-coordinate representation of color #616279: hue angle of 237.5º 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 #616279 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 98 121 -
CMYK 0.20 0.19 0 0.53
HSL 237.5º 0.11% 0.43% -
HSV(B) 237.5º 0.2% 0.47% -
XYZ 12.75 12.66 19.86 -
YUV 100.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 97 98 121 0.20 0.19 0 0.53 237.5 0.11 0.43
Hex 61 62 79 14 13 0 35 EE B 2B
Octal 141 142 171 24 23 0 65 356 13 53
Binary 1100001 1100010 1111001 10100 10011 0 110101 11101110 1011 101011

Color Harmonies of #616279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616279

Black with #616279

Text Example


Text Example

White with #616279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616279; }

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

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

background-color css

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

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

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

border-color css

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

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

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