Html Css Color HEX #64647E Comet

📋 copy color: '#64647E'

red 100 ◦ green 100 ◦ blue 126

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

Shades of Comet #64647E

Tints of Comet #64647E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.65%

R = 30.67%
G = 30.67%
B = 38.65%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64647E (or 0x64647E) is known color: Comet. HEX triplet: 64, 64 and 7E. RGB value is (100,100,126). Sum of RGB (Red+Green+Blue) = 100+100+126=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 126 - color contains mainly: blue. Hex color #64647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64647E is #9B9B81. Grayscale: #666666. Windows color (decimal): -10197890 or 8283236. OLE color: 8283236.

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

Color convert

RGB 100 100 126 -
CMYK 0.21 0.21 0 0.51
HSL 240º 0.12% 0.44% -
HSV(B) 240º 0.21% 0.49% -
XYZ 13.58 13.33 21.6 -
YUV 102.96 141 125.89 -
System Red Green Blue C M Y K H S L
Decimal 100 100 126 0.21 0.21 0 0.51 240 0.12 0.44
Hex 64 64 7E 15 15 0 33 F0 C 2C
Octal 144 144 176 25 25 0 63 360 14 54
Binary 1100100 1100100 1111110 10101 10101 0 110011 11110000 1100 101100

Color Harmonies of #64647E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64647E

Black with #64647E

Text Example


Text Example

White with #64647E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64647E; }

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

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

background-color css

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

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

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

border-color css

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

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

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