Html Css Color HEX #64646B Comet

📋 copy color: '#64646B'

red 100 ◦ green 100 ◦ blue 107

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

Shades of Comet #64646B

Tints of Comet #64646B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.85%

R = 32.57%
G = 32.57%
B = 34.85%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#64646B (or 0x64646B) is known color: Comet. HEX triplet: 64, 64 and 6B. RGB value is (100,100,107). Sum of RGB (Red+Green+Blue) = 100+100+107=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 107 - color contains mainly: blue. Hex color #64646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64646B is #9B9B94. Grayscale: #646464. Windows color (decimal): -10197909 or 7038052. OLE color: 7038052.

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

Color convert

RGB 100 100 107 -
CMYK 0.07 0.07 0 0.58
HSL 240º 0.03% 0.41% -
HSV(B) 240º 0.07% 0.42% -
XYZ 12.47 12.89 15.74 -
YUV 100.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 100 100 107 0.07 0.07 0 0.58 240 0.03 0.41
Hex 64 64 6B 7 7 0 3A F0 3 29
Octal 144 144 153 7 7 0 72 360 3 51
Binary 1100100 1100100 1101011 111 111 0 111010 11110000 11 101001

Color Harmonies of #64646B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64646B

Black with #64646B

Text Example


Text Example

White with #64646B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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