#706E8C

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

Shades of Scampi #706E8C

Tints of Scampi #706E8C

Color information

#706E8C (or 0x706E8C) is unknown color: approx Scampi. HEX triplet: 70, 6E and 8C. RGB value is (112,110,140). Sum of RGB (Red+Green+Blue) = 112+110+140=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 140 - color contains mainly: blue. Hex color #706E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706E8C is #8F9173. Grayscale: #717171. Windows color (decimal): -9408884 or 9203312. OLE color: 9203312.

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

Color convert

RGB112110140-
CMYK0.200.2100.45
HSL244º12%49.02%-
HSV(B)244º21.43%54.9%-
XYZ16.9916.4927.1-
YUV114.02142.66126.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.94%
GREEN value IS 110 (43.36% from 255) = 30.39%
BLUE value IS 140 (55.08% from 255) = 38.67%
R=30.94%
G=30.39%
B=38.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121101400.200.2100.452441249.02
Hex706E8C141502Df4c31
Octal16015621424250553641461
Binary111000011011101000110010100101010101101111101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,110,140); }

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

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

 a { background-color: rgb(112,110,140); }

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

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

 span { border-color: rgb(112,110,140); }

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