#706A8F

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

Shades of Scampi #706A8F

Tints of Scampi #706A8F

Color information

#706A8F (or 0x706A8F) is unknown color: approx Scampi. HEX triplet: 70, 6A and 8F. RGB value is (112,106,143). Sum of RGB (Red+Green+Blue) = 112+106+143=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 143 - color contains mainly: blue. Hex color #706A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706A8F is #8F9570. Grayscale: #6F6F6F. Windows color (decimal): -9409905 or 9398896. OLE color: 9398896.

HSL color Cylindrical-coordinate representation of color #706A8F: hue angle of 249.73º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #706A8F is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB112106143-
CMYK0.220.2600.44
HSL249.73º14.86%48.82%-
HSV(B)249.73º25.87%56.08%-
XYZ16.7915.7428.14-
YUV112.01145.49127.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.02%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 143 (56.25% from 255) = 39.61%
R=31.02%
G=29.36%
B=39.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121061430.220.2600.44249.7314.8648.82
Hex706A8F161A02Cfaf31
Octal16015221726320543721761
Binary111000011010101000111110110110100101100111110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,106,143); }

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

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

 a { background-color: rgb(112,106,143); }

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

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

 span { border-color: rgb(112,106,143); }

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