#706D99

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

Shades of Scampi #706D99

Tints of Scampi #706D99

Color information

#706D99 (or 0x706D99) is unknown color: approx Scampi. HEX triplet: 70, 6D and 99. RGB value is (112,109,153). Sum of RGB (Red+Green+Blue) = 112+109+153=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #706D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706D99 is #8F9266. Grayscale: #727272. Windows color (decimal): -9409127 or 10055024. OLE color: 10055024.

HSL color Cylindrical-coordinate representation of color #706D99: hue angle of 244.09º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #706D99 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB112109153-
CMYK0.270.2900.4
HSL244.09º17.74%51.37%-
HSV(B)244.09º28.76%60%-
XYZ17.916.6832.41-
YUV114.91149.49125.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 109 (42.97% from 255) = 29.14%
BLUE value IS 153 (60.16% from 255) = 40.91%
R=29.95%
G=29.14%
B=40.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1121091530.270.2900.4244.0917.7451.37
Hex706D991B1D028f41233
Octal16015523133350503642263
Binary1110000110110110011001110111110101010001111010010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,109,153); }

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

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

 a { background-color: rgb(112,109,153); }

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

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

 span { border-color: rgb(112,109,153); }

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