Html Css Color HEX #64656C Comet

📋 copy color: '#64656C'

red 100 ◦ green 101 ◦ blue 108

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

Shades of Comet #64656C

Tints of Comet #64656C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.69%

 BLUE value IS 108 (42.58% from 255) = 34.95%

R = 32.36%
G = 32.69%
B = 34.95%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#64656C (or 0x64656C) is known color: Comet. HEX triplet: 64, 65 and 6C. RGB value is (100,101,108). Sum of RGB (Red+Green+Blue) = 100+101+108=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 108 - color contains mainly: blue. Hex color #64656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64656C is #9B9A93. Grayscale: #656565. Windows color (decimal): -10197652 or 7103844. OLE color: 7103844.

HSL color Cylindrical-coordinate representation of color #64656C: hue angle of 232.5º degrees, saturation: 0.04, 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 #64656C is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 100 101 108 -
CMYK 0.07 0.06 0 0.58
HSL 232.5º 0.04% 0.41% -
HSV(B) 232.5º 0.07% 0.42% -
XYZ 12.62 13.1 16.05 -
YUV 101.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 100 101 108 0.07 0.06 0 0.58 232.5 0.04 0.41
Hex 64 65 6C 7 6 0 3A E8 4 29
Octal 144 145 154 7 6 0 72 350 4 51
Binary 1100100 1100101 1101100 111 110 0 111010 11101000 100 101001

Color Harmonies of #64656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64656C

Black with #64656C

Text Example


Text Example

White with #64656C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64656C; }

 p { color: rgb(100,101,108); }

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

background-color css

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

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

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

border-color css

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

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

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