Html Css Color HEX #616473 Comet

📋 copy color: '#616473'

red 97 ◦ green 100 ◦ blue 115

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

Shades of Comet #616473

Tints of Comet #616473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.05%

 BLUE value IS 115 (45.31% from 255) = 36.86%

R = 31.09%
G = 32.05%
B = 36.86%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#616473 (or 0x616473) is known color: Comet. HEX triplet: 61, 64 and 73. RGB value is (97,100,115). Sum of RGB (Red+Green+Blue) = 97+100+115=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 115 - color contains mainly: blue. Hex color #616473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616473 is #9E9B8C. Grayscale: #646464. Windows color (decimal): -10394509 or 7562337. OLE color: 7562337.

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

Color convert

RGB 97 100 115 -
CMYK 0.16 0.13 0 0.55
HSL 230º 0.08% 0.42% -
HSV(B) 230º 0.16% 0.45% -
XYZ 12.58 12.89 18.05 -
YUV 100.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 97 100 115 0.16 0.13 0 0.55 230 0.08 0.42
Hex 61 64 73 10 D 0 37 E6 8 2A
Octal 141 144 163 20 15 0 67 346 10 52
Binary 1100001 1100100 1110011 10000 1101 0 110111 11100110 1000 101010

Color Harmonies of #616473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616473

Black with #616473

Text Example


Text Example

White with #616473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616473; }

 p { color: rgb(97,100,115); }

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

background-color css

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

 a { background-color: rgb(97,100,115); }

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

border-color css

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

 span { border-color: rgb(97,100,115); }

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