#656899

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

Shades of Scampi #656899

Tints of Scampi #656899

Color information

#656899 (or 0x656899) is unknown color: approx Scampi. HEX triplet: 65, 68 and 99. RGB value is (101,104,153). Sum of RGB (Red+Green+Blue) = 101+104+153=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #656899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656899 is #9A9766. Grayscale: #6C6C6C. Windows color (decimal): -10131303 or 10053733. OLE color: 10053733.

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

Color convert

RGB101104153-
CMYK0.340.3200.4
HSL236.54º20.47%49.8%-
HSV(B)236.54º33.99%60%-
XYZ16.0714.9732.18-
YUV108.69153.01122.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.21%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 153 (60.16% from 255) = 42.74%
R=28.21%
G=29.05%
B=42.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1011041530.340.3200.4236.5420.4749.8
Hex6568992220028ed1432
Octal14515023142400503552462
Binary110010111010001001100110001010000001010001110110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656899; }

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

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

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

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

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

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

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

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