#656693

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

Shades of Scampi #656693

Tints of Scampi #656693

Color information

#656693 (or 0x656693) is unknown color: approx Scampi. HEX triplet: 65, 66 and 93. RGB value is (101,102,147). Sum of RGB (Red+Green+Blue) = 101+102+147=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 147 - color contains mainly: blue. Hex color #656693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656693 is #9A996C. Grayscale: #6A6A6A. Windows color (decimal): -10131821 or 9660005. OLE color: 9660005.

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

Color convert

RGB101102147-
CMYK0.310.3100.42
HSL238.7º18.55%48.63%-
HSV(B)238.7º31.29%57.65%-
XYZ15.3814.3829.57-
YUV106.83150.67123.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.86%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 147 (57.81% from 255) = 42%
R=28.86%
G=29.14%
B=42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011021470.310.3100.42238.718.5548.63
Hex6566931F1F02Aef1331
Octal14514622337370523572361
Binary1100101110011010010011111111111101010101110111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656693; }

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

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

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

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

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

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

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

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