Html Css Color HEX #706E97 Scampi

📋 copy color: '#706E97'

red 112 ◦ green 110 ◦ blue 151

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

Shades of Scampi #706E97

Tints of Scampi #706E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.48%

R = 30.03%
G = 29.49%
B = 40.48%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#706E97 (or 0x706E97) is known color: Scampi. HEX triplet: 70, 6E and 97. RGB value is (112,110,151). Sum of RGB (Red+Green+Blue) = 112+110+151=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 151 - color contains mainly: blue. Hex color #706E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706E97 is #8F9168. Grayscale: #737373. Windows color (decimal): -9408873 or 9924208. OLE color: 9924208.

HSL color Cylindrical-coordinate representation of color #706E97: hue angle of 242.93º 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 #706E97 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 110 151 -
CMYK 0.26 0.27 0 0.41
HSL 242.93º 0.16% 0.51% -
HSV(B) 242.93º 0.27% 0.59% -
XYZ 17.84 16.83 31.59 -
YUV 115.27 148.16 125.67 -
System Red Green Blue C M Y K H S L
Decimal 112 110 151 0.26 0.27 0 0.41 242.93 0.16 0.51
Hex 70 6E 97 1A 1B 0 29 F3 10 33
Octal 160 156 227 32 33 0 51 363 20 63
Binary 1110000 1101110 10010111 11010 11011 0 101001 11110011 10000 110011

Color Harmonies of #706E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E97

Black with #706E97

Text Example


Text Example

White with #706E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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