Html Css Color HEX #646580 Comet

📋 copy color: '#646580'

red 100 ◦ green 101 ◦ blue 128

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

Shades of Comet #646580

Tints of Comet #646580

RGB

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

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

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

R = 30.4%
G = 30.7%
B = 38.91%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#646580 (or 0x646580) is known color: Comet. HEX triplet: 64, 65 and 80. RGB value is (100,101,128). Sum of RGB (Red+Green+Blue) = 100+101+128=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 128 - color contains mainly: blue. Hex color #646580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646580 is #9B9A7F. Grayscale: #676767. Windows color (decimal): -10197632 or 8414564. OLE color: 8414564.

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

Color convert

RGB 100 101 128 -
CMYK 0.22 0.21 0 0.50
HSL 237.86º 0.12% 0.45% -
HSV(B) 237.86º 0.22% 0.5% -
XYZ 13.81 13.58 22.31 -
YUV 103.78 141.67 125.3 -
System Red Green Blue C M Y K H S L
Decimal 100 101 128 0.22 0.21 0 0.50 237.86 0.12 0.45
Hex 64 65 80 16 15 0 32 EE C 2D
Octal 144 145 200 26 25 0 62 356 14 55
Binary 1100100 1100101 10000000 10110 10101 0 110010 11101110 1100 101101

Color Harmonies of #646580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646580

Black with #646580

Text Example


Text Example

White with #646580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646580; }

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

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

background-color css

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

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

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

border-color css

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

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

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