#706D8D

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

Shades of Scampi #706D8D

Tints of Scampi #706D8D

Color information

#706D8D (or 0x706D8D) is unknown color: approx Scampi. HEX triplet: 70, 6D and 8D. RGB value is (112,109,141). Sum of RGB (Red+Green+Blue) = 112+109+141=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #706D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706D8D is #8F9272. Grayscale: #717171. Windows color (decimal): -9409139 or 9268592. OLE color: 9268592.

HSL color Cylindrical-coordinate representation of color #706D8D: hue angle of 245.62º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #706D8D is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB112109141-
CMYK0.210.2300.45
HSL245.62º12.8%49.02%-
HSV(B)245.62º22.7%55.29%-
XYZ16.9616.3127.45-
YUV113.54143.49126.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.94%
GREEN value IS 109 (42.97% from 255) = 30.11%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=30.94%
G=30.11%
B=38.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121091410.210.2300.45245.6212.849.02
Hex706D8D151702Df6d31
Octal16015521525270553661561
Binary111000011011011000110110101101110101101111101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,109,141); }

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

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

 a { background-color: rgb(112,109,141); }

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

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

 span { border-color: rgb(112,109,141); }

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