#656199

Color #656199 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #656199

Tints of Scampi #656199

Color information

#656199 (or 0x656199) is unknown color: approx Scampi. HEX triplet: 65, 61 and 99. RGB value is (101,97,153). Sum of RGB (Red+Green+Blue) = 101+97+153=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #656199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656199 is #9A9E66. Grayscale: #686868. Windows color (decimal): -10133095 or 10051941. OLE color: 10051941.

HSL color Cylindrical-coordinate representation of color #656199: hue angle of 244.29º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #656199 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10197153-
CMYK0.340.3700.4
HSL244.29º22.4%49.02%-
HSV(B)244.29º36.6%60%-
XYZ15.3913.6231.95-
YUV104.58155.33125.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.77%
GREEN value IS 97 (38.28% from 255) = 27.64%
BLUE value IS 153 (60.16% from 255) = 43.59%
R=28.77%
G=27.64%
B=43.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101971530.340.3700.4244.2922.449.02
Hex6561992225028f41631
Octal14514123142450503642661
Binary110010111000011001100110001010010101010001111010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656199; }

 p { color: rgb(101,97,153); }

 H1.HeaderClassName
 {
   color: #656199;
 }
 .AnyTagClassName
 {
   color: #656199;
 }
</style>
background-color css

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

 a { background-color: rgb(101,97,153); }

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

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

 span { border-color: rgb(101,97,153); }

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