#706C94

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

Shades of Scampi #706C94

Tints of Scampi #706C94

Color information

#706C94 (or 0x706C94) is unknown color: approx Scampi. HEX triplet: 70, 6C and 94. RGB value is (112,108,148). Sum of RGB (Red+Green+Blue) = 112+108+148=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 148 - color contains mainly: blue. Hex color #706C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706C94 is #8F936B. Grayscale: #717171. Windows color (decimal): -9409388 or 9727088. OLE color: 9727088.

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

Color convert

RGB112108148-
CMYK0.240.2700.42
HSL246º15.75%50.2%-
HSV(B)246º27.03%58.04%-
XYZ17.3916.3130.25-
YUV113.76147.33126.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.43%
GREEN value IS 108 (42.58% from 255) = 29.35%
BLUE value IS 148 (58.20% from 255) = 40.22%
R=30.43%
G=29.35%
B=40.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121081480.240.2700.4224615.7550.2
Hex706C94181B02Af61032
Octal16015422430330523662062
Binary1110000110110010010100110001101101010101111011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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