#706F8B

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

Shades of Scampi #706F8B

Tints of Scampi #706F8B

Color information

#706F8B (or 0x706F8B) is unknown color: approx Scampi. HEX triplet: 70, 6F and 8B. RGB value is (112,111,139). Sum of RGB (Red+Green+Blue) = 112+111+139=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 139 - color contains mainly: blue. Hex color #706F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706F8B is #8F9074. Grayscale: #727272. Windows color (decimal): -9408629 or 9138032. OLE color: 9138032.

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

Color convert

RGB112111139-
CMYK0.190.2000.45
HSL242.14º11.2%49.02%-
HSV(B)242.14º20.14%54.51%-
XYZ17.0316.6826.75-
YUV114.49141.83126.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.94%
GREEN value IS 111 (43.75% from 255) = 30.66%
BLUE value IS 139 (54.69% from 255) = 38.40%
R=30.94%
G=30.66%
B=38.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121111390.190.2000.45242.1411.249.02
Hex706F8B131402Df2b31
Octal16015721323240553621361
Binary111000011011111000101110011101000101101111100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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