Html Css Color HEX #646280 Comet

📋 copy color: '#646280'

red 100 ◦ green 98 ◦ blue 128

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

Shades of Comet #646280

Tints of Comet #646280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.26%

R = 30.67%
G = 30.06%
B = 39.26%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#646280 (or 0x646280) is known color: Comet. HEX triplet: 64, 62 and 80. RGB value is (100,98,128). Sum of RGB (Red+Green+Blue) = 100+98+128=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 128 - color contains mainly: blue. Hex color #646280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646280 is #9B9D7F. Grayscale: #656565. Windows color (decimal): -10198400 or 8413796. OLE color: 8413796.

HSL color Cylindrical-coordinate representation of color #646280: hue angle of 244º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #646280 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 98 128 -
CMYK 0.22 0.23 0 0.50
HSL 244º 0.13% 0.44% -
HSV(B) 244º 0.23% 0.5% -
XYZ 13.52 13 22.22 -
YUV 102.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 100 98 128 0.22 0.23 0 0.50 244 0.13 0.44
Hex 64 62 80 16 17 0 32 F4 D 2C
Octal 144 142 200 26 27 0 62 364 15 54
Binary 1100100 1100010 10000000 10110 10111 0 110010 11110100 1101 101100

Color Harmonies of #646280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646280

Black with #646280

Text Example


Text Example

White with #646280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646280; }

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

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

background-color css

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

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

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

border-color css

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

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

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