#706994

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

Shades of Scampi #706994

Tints of Scampi #706994

Color information

#706994 (or 0x706994) is unknown color: approx Scampi. HEX triplet: 70, 69 and 94. RGB value is (112,105,148). Sum of RGB (Red+Green+Blue) = 112+105+148=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: blue. Hex color #706994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706994 is #8F966B. Grayscale: #6F6F6F. Windows color (decimal): -9410156 or 9726320. OLE color: 9726320.

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

Color convert

RGB112105148-
CMYK0.240.2900.42
HSL249.77º17%49.61%-
HSV(B)249.77º29.05%58.04%-
XYZ17.0815.6930.14-
YUV111.99148.32128-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.68%
GREEN value IS 105 (41.41% from 255) = 28.77%
BLUE value IS 148 (58.20% from 255) = 40.55%
R=30.68%
G=28.77%
B=40.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121051480.240.2900.42249.771749.61
Hex706994181D02Afa1132
Octal16015122430350523722162
Binary1110000110100110010100110001110101010101111101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706994; }

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

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

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

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

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

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

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

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