Html Css Color HEX #706996 Scampi

📋 copy color: '#706996'

red 112 ◦ green 105 ◦ blue 150

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

Shades of Scampi #706996

Tints of Scampi #706996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.61%

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

R = 30.52%
G = 28.61%
B = 40.87%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#706996 (or 0x706996) is known color: Scampi. HEX triplet: 70, 69 and 96. RGB value is (112,105,150). Sum of RGB (Red+Green+Blue) = 112+105+150=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 150 - color contains mainly: blue. Hex color #706996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706996 is #8F9669. Grayscale: #707070. Windows color (decimal): -9410154 or 9857392. OLE color: 9857392.

HSL color Cylindrical-coordinate representation of color #706996: hue angle of 249.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #706996 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 105 150 -
CMYK 0.25 0.30 0 0.41
HSL 249.33º 0.18% 0.5% -
HSV(B) 249.33º 0.3% 0.59% -
XYZ 17.24 15.75 30.99 -
YUV 112.22 149.32 127.84 -
System Red Green Blue C M Y K H S L
Decimal 112 105 150 0.25 0.30 0 0.41 249.33 0.18 0.5
Hex 70 69 96 19 1E 0 29 F9 12 32
Octal 160 151 226 31 36 0 51 371 22 62
Binary 1110000 1101001 10010110 11001 11110 0 101001 11111001 10010 110010

Color Harmonies of #706996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706996

Black with #706996

Text Example


Text Example

White with #706996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706996; }

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

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

background-color css

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

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

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

border-color css

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

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

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