Html Css Color HEX #706EA6 Scampi

📋 copy color: '#706EA6'

red 112 ◦ green 110 ◦ blue 166

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

Shades of Scampi #706EA6

Tints of Scampi #706EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.78%

R = 28.87%
G = 28.35%
B = 42.78%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#706EA6 (or 0x706EA6) is known color: Scampi. HEX triplet: 70, 6E and A6. RGB value is (112,110,166). Sum of RGB (Red+Green+Blue) = 112+110+166=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 166 - color contains mainly: blue. Hex color #706EA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706EA6 is #8F9159. Grayscale: #747474. Windows color (decimal): -9408858 or 10907248. OLE color: 10907248.

HSL color Cylindrical-coordinate representation of color #706EA6: hue angle of 242.14º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #706EA6 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 110 166 -
CMYK 0.33 0.34 0 0.35
HSL 242.14º 0.24% 0.54% -
HSV(B) 242.14º 0.34% 0.65% -
XYZ 19.14 17.35 38.42 -
YUV 116.98 155.66 124.45 -
System Red Green Blue C M Y K H S L
Decimal 112 110 166 0.33 0.34 0 0.35 242.14 0.24 0.54
Hex 70 6E A6 21 22 0 23 F2 18 36
Octal 160 156 246 41 42 0 43 362 30 66
Binary 1110000 1101110 10100110 100001 100010 0 100011 11110010 11000 110110

Color Harmonies of #706EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706EA6

Black with #706EA6

Text Example


Text Example

White with #706EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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