Html Css Color HEX #64646A Comet

📋 copy color: '#64646A'

red 100 ◦ green 100 ◦ blue 106

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

Shades of Comet #64646A

Tints of Comet #64646A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.64%

R = 32.68%
G = 32.68%
B = 34.64%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#64646A (or 0x64646A) is known color: Comet. HEX triplet: 64, 64 and 6A. RGB value is (100,100,106). Sum of RGB (Red+Green+Blue) = 100+100+106=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 106 - color contains mainly: blue. Hex color #64646A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64646A is #9B9B95. Grayscale: #646464. Windows color (decimal): -10197910 or 6972516. OLE color: 6972516.

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

Color convert

RGB 100 100 106 -
CMYK 0.06 0.06 0 0.58
HSL 240º 0.03% 0.4% -
HSV(B) 240º 0.06% 0.42% -
XYZ 12.41 12.86 15.46 -
YUV 100.68 131 127.51 -
System Red Green Blue C M Y K H S L
Decimal 100 100 106 0.06 0.06 0 0.58 240 0.03 0.4
Hex 64 64 6A 6 6 0 3A F0 3 28
Octal 144 144 152 6 6 0 72 360 3 50
Binary 1100100 1100100 1101010 110 110 0 111010 11110000 11 101000

Color Harmonies of #64646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64646A

Black with #64646A

Text Example


Text Example

White with #64646A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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