Html Css Color HEX #64646D Comet

📋 copy color: '#64646D'

red 100 ◦ green 100 ◦ blue 109

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

Shades of Comet #64646D

Tints of Comet #64646D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.28%

R = 32.36%
G = 32.36%
B = 35.28%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#64646D (or 0x64646D) is known color: Comet. HEX triplet: 64, 64 and 6D. RGB value is (100,100,109). Sum of RGB (Red+Green+Blue) = 100+100+109=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 109 - color contains mainly: blue. Hex color #64646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64646D is #9B9B92. Grayscale: #646464. Windows color (decimal): -10197907 or 7169124. OLE color: 7169124.

HSL color Cylindrical-coordinate representation of color #64646D: hue angle of 240º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #64646D is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 100 100 109 -
CMYK 0.08 0.08 0 0.57
HSL 240º 0.04% 0.41% -
HSV(B) 240º 0.08% 0.43% -
XYZ 12.57 12.93 16.3 -
YUV 101.03 132.5 127.27 -
System Red Green Blue C M Y K H S L
Decimal 100 100 109 0.08 0.08 0 0.57 240 0.04 0.41
Hex 64 64 6D 8 8 0 39 F0 4 29
Octal 144 144 155 10 10 0 71 360 4 51
Binary 1100100 1100100 1101101 1000 1000 0 111001 11110000 100 101001

Color Harmonies of #64646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64646D

Black with #64646D

Text Example


Text Example

White with #64646D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64646D; }

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

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

background-color css

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

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

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

border-color css

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

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

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