Html Css Color HEX #646276 Comet

📋 copy color: '#646276'

red 100 ◦ green 98 ◦ blue 118

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

Shades of Comet #646276

Tints of Comet #646276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.01%

 BLUE value IS 118 (46.48% from 255) = 37.34%

R = 31.65%
G = 31.01%
B = 37.34%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#646276 (or 0x646276) is known color: Comet. HEX triplet: 64, 62 and 76. RGB value is (100,98,118). Sum of RGB (Red+Green+Blue) = 100+98+118=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 118 - color contains mainly: blue. Hex color #646276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646276 is #9B9D89. Grayscale: #646464. Windows color (decimal): -10198410 or 7758436. OLE color: 7758436.

HSL color Cylindrical-coordinate representation of color #646276: hue angle of 246º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #646276 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 98 118 -
CMYK 0.15 0.17 0 0.54
HSL 246º 0.09% 0.42% -
HSV(B) 246º 0.17% 0.46% -
XYZ 12.89 12.75 18.92 -
YUV 100.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 100 98 118 0.15 0.17 0 0.54 246 0.09 0.42
Hex 64 62 76 F 11 0 36 F6 9 2A
Octal 144 142 166 17 21 0 66 366 11 52
Binary 1100100 1100010 1110110 1111 10001 0 110110 11110110 1001 101010

Color Harmonies of #646276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646276

Black with #646276

Text Example


Text Example

White with #646276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646276; }

 p { color: rgb(100,98,118); }

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

background-color css

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

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

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

border-color css

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

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

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