#706B95

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

Shades of Scampi #706B95

Tints of Scampi #706B95

Color information

#706B95 (or 0x706B95) is unknown color: approx Scampi. HEX triplet: 70, 6B and 95. RGB value is (112,107,149). Sum of RGB (Red+Green+Blue) = 112+107+149=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 149 - color contains mainly: blue. Hex color #706B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706B95 is #8F946A. Grayscale: #717171. Windows color (decimal): -9409643 or 9792368. OLE color: 9792368.

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

Color convert

RGB112107149-
CMYK0.250.2800.42
HSL247.14º16.54%50.2%-
HSV(B)247.14º28.19%58.43%-
XYZ17.3616.1330.63-
YUV113.28148.16127.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.43%
GREEN value IS 107 (42.19% from 255) = 29.08%
BLUE value IS 149 (58.59% from 255) = 40.49%
R=30.43%
G=29.08%
B=40.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121071490.250.2800.42247.1416.5450.2
Hex706B95191C02Af71132
Octal16015322531340523672162
Binary1110000110101110010101110011110001010101111011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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