Html Css Color HEX #656480 Comet

📋 copy color: '#656480'

red 101 ◦ green 100 ◦ blue 128

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

Shades of Comet #656480

Tints of Comet #656480

RGB

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

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

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

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

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#656480 (or 0x656480) is known color: Comet. HEX triplet: 65, 64 and 80. RGB value is (101,100,128). Sum of RGB (Red+Green+Blue) = 101+100+128=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 100 (39.45% from 255 or 30.40% 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 #656480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656480 is #9A9B7F. Grayscale: #676767. Windows color (decimal): -10132352 or 8414309. OLE color: 8414309.

HSL color Cylindrical-coordinate representation of color #656480: hue angle of 242.14º 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 #656480 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 100 128 -
CMYK 0.21 0.22 0 0.50
HSL 242.14º 0.12% 0.45% -
HSV(B) 242.14º 0.22% 0.5% -
XYZ 13.82 13.44 22.29 -
YUV 103.49 141.83 126.22 -
System Red Green Blue C M Y K H S L
Decimal 101 100 128 0.21 0.22 0 0.50 242.14 0.12 0.45
Hex 65 64 80 15 16 0 32 F2 C 2D
Octal 145 144 200 25 26 0 62 362 14 55
Binary 1100101 1100100 10000000 10101 10110 0 110010 11110010 1100 101101

Color Harmonies of #656480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656480

Black with #656480

Text Example


Text Example

White with #656480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656480; }

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

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

background-color css

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

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

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

border-color css

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

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

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