#706393

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

Shades of Scampi #706393

Tints of Scampi #706393

Color information

#706393 (or 0x706393) is unknown color: approx Scampi. HEX triplet: 70, 63 and 93. RGB value is (112,99,147). Sum of RGB (Red+Green+Blue) = 112+99+147=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 147 - color contains mainly: blue. Hex color #706393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706393 is #8F9C6C. Grayscale: #6C6C6C. Windows color (decimal): -9411693 or 9659248. OLE color: 9659248.

HSL color Cylindrical-coordinate representation of color #706393: hue angle of 256.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #706393 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11299147-
CMYK0.240.3300.42
HSL256.25º19.51%48.24%-
HSV(B)256.25º32.65%57.65%-
XYZ16.4114.4829.53-
YUV108.36149.81130.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.28%
GREEN value IS 99 (39.06% from 255) = 27.65%
BLUE value IS 147 (57.81% from 255) = 41.06%
R=31.28%
G=27.65%
B=41.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112991470.240.3300.42256.2519.5148.24
Hex706393182102A1001430
Octal16014322330410524002460
Binary111000011000111001001111000100001010101010000000010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706393; }

 p { color: rgb(112,99,147); }

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

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

 a { background-color: rgb(112,99,147); }

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

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

 span { border-color: rgb(112,99,147); }

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