Html Css Color HEX #656280 Comet

📋 copy color: '#656280'

red 101 ◦ green 98 ◦ blue 128

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

Shades of Comet #656280

Tints of Comet #656280

RGB

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

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

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

R = 30.89%
G = 29.97%
B = 39.14%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#656280 (or 0x656280) is known color: Comet. HEX triplet: 65, 62 and 80. RGB value is (101,98,128). Sum of RGB (Red+Green+Blue) = 101+98+128=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 128 - color contains mainly: blue. Hex color #656280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656280 is #9A9D7F. Grayscale: #666666. Windows color (decimal): -10132864 or 8413797. OLE color: 8413797.

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

Color convert

RGB 101 98 128 -
CMYK 0.21 0.23 0 0.50
HSL 246º 0.13% 0.44% -
HSV(B) 246º 0.23% 0.5% -
XYZ 13.63 13.06 22.22 -
YUV 102.32 142.49 127.06 -
System Red Green Blue C M Y K H S L
Decimal 101 98 128 0.21 0.23 0 0.50 246 0.13 0.44
Hex 65 62 80 15 17 0 32 F6 D 2C
Octal 145 142 200 25 27 0 62 366 15 54
Binary 1100101 1100010 10000000 10101 10111 0 110010 11110110 1101 101100

Color Harmonies of #656280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656280

Black with #656280

Text Example


Text Example

White with #656280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656280; }

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

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

background-color css

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

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

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

border-color css

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

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

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