#706F93

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

Shades of Scampi #706F93

Tints of Scampi #706F93

Color information

#706F93 (or 0x706F93) is unknown color: approx Scampi. HEX triplet: 70, 6F and 93. RGB value is (112,111,147). Sum of RGB (Red+Green+Blue) = 112+111+147=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 147 - color contains mainly: blue. Hex color #706F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706F93 is #8F906C. Grayscale: #737373. Windows color (decimal): -9408621 or 9662320. OLE color: 9662320.

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

Color convert

RGB112111147-
CMYK0.240.2400.42
HSL241.67º14.29%50.59%-
HSV(B)241.67º24.49%57.65%-
XYZ17.6316.9229.94-
YUV115.4145.83125.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.27%
GREEN value IS 111 (43.75% from 255) = 30%
BLUE value IS 147 (57.81% from 255) = 39.73%
R=30.27%
G=30%
B=39.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121111470.240.2400.42241.6714.2950.59
Hex706F93181802Af2e33
Octal16015722330300523621663
Binary111000011011111001001111000110000101010111100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706F93; }

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

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

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

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

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

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

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

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