Html Css Color HEX #706F91 Scampi

📋 copy color: '#706F91'

red 112 ◦ green 111 ◦ blue 145

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

Shades of Scampi #706F91

Tints of Scampi #706F91

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.16%

 BLUE value IS 145 (57.03% from 255) = 39.4%

R = 30.43%
G = 30.16%
B = 39.4%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#706F91 (or 0x706F91) is known color: Scampi. HEX triplet: 70, 6F and 91. RGB value is (112,111,145). Sum of RGB (Red+Green+Blue) = 112+111+145=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 145 - color contains mainly: blue. Hex color #706F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706F91 is #8F906E. Grayscale: #737373. Windows color (decimal): -9408623 or 9531248. OLE color: 9531248.

HSL color Cylindrical-coordinate representation of color #706F91: hue angle of 241.76º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #706F91 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 111 145 -
CMYK 0.23 0.23 0 0.43
HSL 241.76º 0.13% 0.5% -
HSV(B) 241.76º 0.23% 0.57% -
XYZ 17.48 16.86 29.12 -
YUV 115.18 144.83 125.74 -
System Red Green Blue C M Y K H S L
Decimal 112 111 145 0.23 0.23 0 0.43 241.76 0.13 0.5
Hex 70 6F 91 17 17 0 2B F2 D 32
Octal 160 157 221 27 27 0 53 362 15 62
Binary 1110000 1101111 10010001 10111 10111 0 101011 11110010 1101 110010

Color Harmonies of #706F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F91

Black with #706F91

Text Example


Text Example

White with #706F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,111,145); }

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

background-color css

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

 a { background-color: rgb(112,111,145); }

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

border-color css

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

 span { border-color: rgb(112,111,145); }

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