#706C9B

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

Shades of Scampi #706C9B

Tints of Scampi #706C9B

Color information

#706C9B (or 0x706C9B) is unknown color: approx Scampi. HEX triplet: 70, 6C and 9B. RGB value is (112,108,155). Sum of RGB (Red+Green+Blue) = 112+108+155=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #706C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706C9B is #8F9364. Grayscale: #727272. Windows color (decimal): -9409381 or 10185840. OLE color: 10185840.

HSL color Cylindrical-coordinate representation of color #706C9B: hue angle of 245.11º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #706C9B is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB112108155-
CMYK0.280.3000.39
HSL245.11º19.03%51.57%-
HSV(B)245.11º30.32%60.78%-
XYZ17.9616.5433.26-
YUV114.55150.83126.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.87%
GREEN value IS 108 (42.58% from 255) = 28.8%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=29.87%
G=28.8%
B=41.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1121081550.280.3000.39245.1119.0351.57
Hex706C9B1C1E027f51334
Octal16015423334360473652364
Binary1110000110110010011011111001111001001111111010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,108,155); }

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

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

 a { background-color: rgb(112,108,155); }

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

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

 span { border-color: rgb(112,108,155); }

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