Html Css Color HEX #646370 Comet

📋 copy color: '#646370'

red 100 ◦ green 99 ◦ blue 112

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

Shades of Comet #646370

Tints of Comet #646370

RGB

 RED value IS 100 (39.45% from 255) = 32.15%

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

 BLUE value IS 112 (44.14% from 255) = 36.01%

R = 32.15%
G = 31.83%
B = 36.01%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#646370 (or 0x646370) is known color: Comet. HEX triplet: 64, 63 and 70. RGB value is (100,99,112). Sum of RGB (Red+Green+Blue) = 100+99+112=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 112 - color contains mainly: blue. Hex color #646370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646370 is #9B9C8F. Grayscale: #646464. Windows color (decimal): -10198160 or 7365476. OLE color: 7365476.

HSL color Cylindrical-coordinate representation of color #646370: hue angle of 244.62º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #646370 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 99 112 -
CMYK 0.11 0.12 0 0.56
HSL 244.62º 0.06% 0.41% -
HSV(B) 244.62º 0.12% 0.44% -
XYZ 12.64 12.8 17.13 -
YUV 100.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 100 99 112 0.11 0.12 0 0.56 244.62 0.06 0.41
Hex 64 63 70 B C 0 38 F5 6 29
Octal 144 143 160 13 14 0 70 365 6 51
Binary 1100100 1100011 1110000 1011 1100 0 111000 11110101 110 101001

Color Harmonies of #646370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646370

Black with #646370

Text Example


Text Example

White with #646370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646370; }

 p { color: rgb(100,99,112); }

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

background-color css

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

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

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

border-color css

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

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

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