#706995

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

Shades of Scampi #706995

Tints of Scampi #706995

Color information

#706995 (or 0x706995) is unknown color: approx Scampi. HEX triplet: 70, 69 and 95. RGB value is (112,105,149). Sum of RGB (Red+Green+Blue) = 112+105+149=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #706995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706995 is #8F966A. Grayscale: #6F6F6F. Windows color (decimal): -9410155 or 9791856. OLE color: 9791856.

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

Color convert

RGB112105149-
CMYK0.250.3000.42
HSL249.55º17.32%49.8%-
HSV(B)249.55º29.53%58.43%-
XYZ17.1615.7230.56-
YUV112.11148.82127.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.60%
GREEN value IS 105 (41.41% from 255) = 28.69%
BLUE value IS 149 (58.59% from 255) = 40.71%
R=30.60%
G=28.69%
B=40.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121051490.250.3000.42249.5517.3249.8
Hex706995191E02Afa1132
Octal16015122531360523722162
Binary1110000110100110010101110011111001010101111101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706995; }

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

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

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

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

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

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

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

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