#706899

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

Shades of Scampi #706899

Tints of Scampi #706899

Color information

#706899 (or 0x706899) is unknown color: approx Scampi. HEX triplet: 70, 68 and 99. RGB value is (112,104,153). Sum of RGB (Red+Green+Blue) = 112+104+153=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #706899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706899 is #8F9766. Grayscale: #6F6F6F. Windows color (decimal): -9410407 or 10053744. OLE color: 10053744.

HSL color Cylindrical-coordinate representation of color #706899: hue angle of 249.8º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #706899 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB112104153-
CMYK0.270.3200.4
HSL249.8º19.37%50.39%-
HSV(B)249.8º32.03%60%-
XYZ17.3815.6532.24-
YUV111.98151.15128.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 153 (60.16% from 255) = 41.46%
R=30.35%
G=28.18%
B=41.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1121041530.270.3200.4249.819.3750.39
Hex7068991B20028fa1332
Octal16015023133400503722362
Binary11100001101000100110011101110000001010001111101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706899; }

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

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

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

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

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

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

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

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