Html Css Color HEX #706E96 Scampi

📋 copy color: '#706E96'

red 112 ◦ green 110 ◦ blue 150

#706E96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scampi #706E96

Tints of Scampi #706E96

RGB

 RED value IS 112 (44.14% from 255) = 30.11%

 GREEN value IS 110 (43.36% from 255) = 29.57%

 BLUE value IS 150 (58.98% from 255) = 40.32%

R = 30.11%
G = 29.57%
B = 40.32%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#706E96 (or 0x706E96) is known color: Scampi. HEX triplet: 70, 6E and 96. RGB value is (112,110,150). Sum of RGB (Red+Green+Blue) = 112+110+150=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 150 - color contains mainly: blue. Hex color #706E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706E96 is #8F9169. Grayscale: #737373. Windows color (decimal): -9408874 or 9858672. OLE color: 9858672.

HSL color Cylindrical-coordinate representation of color #706E96: hue angle of 243º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #706E96 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 110 150 -
CMYK 0.25 0.27 0 0.41
HSL 243º 0.16% 0.51% -
HSV(B) 243º 0.27% 0.59% -
XYZ 17.76 16.8 31.16 -
YUV 115.16 147.66 125.75 -
System Red Green Blue C M Y K H S L
Decimal 112 110 150 0.25 0.27 0 0.41 243 0.16 0.51
Hex 70 6E 96 19 1B 0 29 F3 10 33
Octal 160 156 226 31 33 0 51 363 20 63
Binary 1110000 1101110 10010110 11001 11011 0 101001 11110011 10000 110011

Color Harmonies of #706E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E96

Black with #706E96

Text Example


Text Example

White with #706E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,110,150); }

 H1.HeaderClassName
 {
   color: #706E96;
 }
 .AnyTagClassName
 {
   color: #706E96;
 }
</style>

background-color css

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

 a { background-color: rgb(112,110,150); }

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

border-color css

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

 span { border-color: rgb(112,110,150); }

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