#706C95

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

Shades of Scampi #706C95

Tints of Scampi #706C95

Color information

#706C95 (or 0x706C95) is unknown color: approx Scampi. HEX triplet: 70, 6C and 95. RGB value is (112,108,149). Sum of RGB (Red+Green+Blue) = 112+108+149=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 149 - color contains mainly: blue. Hex color #706C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706C95 is #8F936A. Grayscale: #717171. Windows color (decimal): -9409387 or 9792624. OLE color: 9792624.

HSL color Cylindrical-coordinate representation of color #706C95: hue angle of 245.85º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #706C95 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB112108149-
CMYK0.250.2800.42
HSL245.85º16.21%50.39%-
HSV(B)245.85º27.52%58.43%-
XYZ17.4716.3430.67-
YUV113.87147.83126.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 108 (42.58% from 255) = 29.27%
BLUE value IS 149 (58.59% from 255) = 40.38%
R=30.35%
G=29.27%
B=40.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121081490.250.2800.42245.8516.2150.39
Hex706C95191C02Af61032
Octal16015422531340523662062
Binary1110000110110010010101110011110001010101111011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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