Html Css Color HEX #646372 Comet

📋 copy color: '#646372'

red 100 ◦ green 99 ◦ blue 114

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

Shades of Comet #646372

Tints of Comet #646372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.42%

R = 31.95%
G = 31.63%
B = 36.42%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#646372 (or 0x646372) is known color: Comet. HEX triplet: 64, 63 and 72. RGB value is (100,99,114). Sum of RGB (Red+Green+Blue) = 100+99+114=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 114 - color contains mainly: blue. Hex color #646372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646372 is #9B9C8D. Grayscale: #646464. Windows color (decimal): -10198158 or 7496548. OLE color: 7496548.

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

Color convert

RGB 100 99 114 -
CMYK 0.12 0.13 0 0.55
HSL 244º 0.07% 0.42% -
HSV(B) 244º 0.13% 0.45% -
XYZ 12.75 12.85 17.73 -
YUV 101.01 135.33 127.28 -
System Red Green Blue C M Y K H S L
Decimal 100 99 114 0.12 0.13 0 0.55 244 0.07 0.42
Hex 64 63 72 C D 0 37 F4 7 2A
Octal 144 143 162 14 15 0 67 364 7 52
Binary 1100100 1100011 1110010 1100 1101 0 110111 11110100 111 101010

Color Harmonies of #646372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646372

Black with #646372

Text Example


Text Example

White with #646372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646372; }

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

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

background-color css

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

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

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

border-color css

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

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

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