#656799

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

Shades of Scampi #656799

Tints of Scampi #656799

Color information

#656799 (or 0x656799) is unknown color: approx Scampi. HEX triplet: 65, 67 and 99. RGB value is (101,103,153). Sum of RGB (Red+Green+Blue) = 101+103+153=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #656799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656799 is #9A9866. Grayscale: #6B6B6B. Windows color (decimal): -10131559 or 10053477. OLE color: 10053477.

HSL color Cylindrical-coordinate representation of color #656799: hue angle of 237.69º 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 #656799 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB101103153-
CMYK0.340.3300.4
HSL237.69º20.47%49.8%-
HSV(B)237.69º33.99%60%-
XYZ15.9714.7732.15-
YUV108.1153.34122.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.29%
GREEN value IS 103 (40.62% from 255) = 28.85%
BLUE value IS 153 (60.16% from 255) = 42.86%
R=28.29%
G=28.85%
B=42.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1011031530.340.3300.4237.6920.4749.8
Hex6567992221028ee1432
Octal14514723142410503562462
Binary110010111001111001100110001010000101010001110111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656799; }

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

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

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

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

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

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

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

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