#706199

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

Shades of Scampi #706199

Tints of Scampi #706199

Color information

#706199 (or 0x706199) is unknown color: approx Scampi. HEX triplet: 70, 61 and 99. RGB value is (112,97,153). Sum of RGB (Red+Green+Blue) = 112+97+153=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #706199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706199 is #8F9E66. Grayscale: #6B6B6B. Windows color (decimal): -9412199 or 10051952. OLE color: 10051952.

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

Color convert

RGB11297153-
CMYK0.270.3700.4
HSL256.07º22.4%49.02%-
HSV(B)256.07º36.6%60%-
XYZ16.7114.2932.02-
YUV107.87153.47130.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.94%
GREEN value IS 97 (38.28% from 255) = 26.80%
BLUE value IS 153 (60.16% from 255) = 42.27%
R=30.94%
G=26.80%
B=42.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112971530.270.3700.4256.0722.449.02
Hex7061991B250281001631
Octal16014123133450504002661
Binary111000011000011001100111011100101010100010000000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706199; }

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

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

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

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

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

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

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

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