Html Css Color HEX #646471 Comet

📋 copy color: '#646471'

red 100 ◦ green 100 ◦ blue 113

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

Shades of Comet #646471

Tints of Comet #646471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.1%

R = 31.95%
G = 31.95%
B = 36.1%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#646471 (or 0x646471) is known color: Comet. HEX triplet: 64, 64 and 71. RGB value is (100,100,113). Sum of RGB (Red+Green+Blue) = 100+100+113=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 113 - color contains mainly: blue. Hex color #646471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646471 is #9B9B8E. Grayscale: #656565. Windows color (decimal): -10197903 or 7431268. OLE color: 7431268.

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

Color convert

RGB 100 100 113 -
CMYK 0.12 0.12 0 0.56
HSL 240º 0.06% 0.42% -
HSV(B) 240º 0.12% 0.44% -
XYZ 12.79 13.02 17.46 -
YUV 101.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 100 100 113 0.12 0.12 0 0.56 240 0.06 0.42
Hex 64 64 71 C C 0 38 F0 6 2A
Octal 144 144 161 14 14 0 70 360 6 52
Binary 1100100 1100100 1110001 1100 1100 0 111000 11110000 110 101010

Color Harmonies of #646471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646471

Black with #646471

Text Example


Text Example

White with #646471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646471; }

 p { color: rgb(100,100,113); }

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

background-color css

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

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

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

border-color css

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

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

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