Html Css Color HEX #616163 Comet

📋 copy color: '#616163'

red 97 ◦ green 97 ◦ blue 99

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

Shades of Comet #616163

Tints of Comet #616163

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.11%

 BLUE value IS 99 (39.06% from 255) = 33.79%

R = 33.11%
G = 33.11%
B = 33.79%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#616163 (or 0x616163) is known color: Comet. HEX triplet: 61, 61 and 63. RGB value is (97,97,99). Sum of RGB (Red+Green+Blue) = 97+97+99=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 99 - color contains mainly: blue. Hex color #616163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616163 is #9E9E9C. Grayscale: #616161. Windows color (decimal): -10395293 or 6512993. OLE color: 6512993.

HSL color Cylindrical-coordinate representation of color #616163: hue angle of 240º degrees, saturation: 0.01, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #616163 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 97 99 -
CMYK 0.02 0.02 0 0.61
HSL 240º 0.01% 0.38% -
HSV(B) 240º 0.02% 0.39% -
XYZ 11.46 11.99 13.52 -
YUV 97.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 97 97 99 0.02 0.02 0 0.61 240 0.01 0.38
Hex 61 61 63 2 2 0 3D F0 1 26
Octal 141 141 143 2 2 0 75 360 1 46
Binary 1100001 1100001 1100011 10 10 0 111101 11110000 1 100110

Color Harmonies of #616163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616163

Black with #616163

Text Example


Text Example

White with #616163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616163; }

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

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

background-color css

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

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

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

border-color css

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

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

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