#706F9F

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

Shades of Scampi #706F9F

Tints of Scampi #706F9F

Color information

#706F9F (or 0x706F9F) is unknown color: approx Scampi. HEX triplet: 70, 6F and 9F. RGB value is (112,111,159). Sum of RGB (Red+Green+Blue) = 112+111+159=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #706F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706F9F is #8F9060. Grayscale: #747474. Windows color (decimal): -9408609 or 10448752. OLE color: 10448752.

HSL color Cylindrical-coordinate representation of color #706F9F: hue angle of 241.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #706F9F is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112111159-
CMYK0.300.3000.38
HSL241.25º20%52.94%-
HSV(B)241.25º30.19%62.35%-
XYZ18.6217.3235.16-
YUV116.77151.83124.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.32%
GREEN value IS 111 (43.75% from 255) = 29.06%
BLUE value IS 159 (62.5% from 255) = 41.62%
R=29.32%
G=29.06%
B=41.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121111590.300.3000.38241.252052.94
Hex706F9F1E1E026f11435
Octal16015723736360463612465
Binary1110000110111110011111111101111001001101111000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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