#706997

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

Shades of Scampi #706997

Tints of Scampi #706997

Color information

#706997 (or 0x706997) is unknown color: approx Scampi. HEX triplet: 70, 69 and 97. RGB value is (112,105,151). Sum of RGB (Red+Green+Blue) = 112+105+151=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 151 - color contains mainly: blue. Hex color #706997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706997 is #8F9668. Grayscale: #707070. Windows color (decimal): -9410153 or 9922928. OLE color: 9922928.

HSL color Cylindrical-coordinate representation of color #706997: hue angle of 249.13º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #706997 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB112105151-
CMYK0.260.3000.41
HSL249.13º18.11%50.2%-
HSV(B)249.13º30.46%59.22%-
XYZ17.3215.7831.41-
YUV112.34149.82127.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.43%
GREEN value IS 105 (41.41% from 255) = 28.53%
BLUE value IS 151 (59.38% from 255) = 41.03%
R=30.43%
G=28.53%
B=41.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121051510.260.3000.41249.1318.1150.2
Hex7069971A1E029f91232
Octal16015122732360513712262
Binary1110000110100110010111110101111001010011111100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706997; }

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

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

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

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

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

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

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

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