#656695

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

Shades of Scampi #656695

Tints of Scampi #656695

Color information

#656695 (or 0x656695) is unknown color: approx Scampi. HEX triplet: 65, 66 and 95. RGB value is (101,102,149). Sum of RGB (Red+Green+Blue) = 101+102+149=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #656695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656695 is #9A996A. Grayscale: #6A6A6A. Windows color (decimal): -10131819 or 9791077. OLE color: 9791077.

HSL color Cylindrical-coordinate representation of color #656695: hue angle of 238.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #656695 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB101102149-
CMYK0.320.3200.42
HSL238.75º19.2%49.02%-
HSV(B)238.75º32.21%58.43%-
XYZ15.5414.4430.4-
YUV107.06151.67123.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.69%
GREEN value IS 102 (40.23% from 255) = 28.98%
BLUE value IS 149 (58.59% from 255) = 42.33%
R=28.69%
G=28.98%
B=42.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011021490.320.3200.42238.7519.249.02
Hex656695202002Aef1331
Octal14514622540400523572361
Binary110010111001101001010110000010000001010101110111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656695; }

 p { color: rgb(101,102,149); }

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

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

 a { background-color: rgb(101,102,149); }

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

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

 span { border-color: rgb(101,102,149); }

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