Html Css Color HEX #706B99 Scampi

📋 copy color: '#706B99'

red 112 ◦ green 107 ◦ blue 153

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

Shades of Scampi #706B99

Tints of Scampi #706B99

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.76%

 BLUE value IS 153 (60.16% from 255) = 41.13%

R = 30.11%
G = 28.76%
B = 41.13%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#706B99 (or 0x706B99) is known color: Scampi. HEX triplet: 70, 6B and 99. RGB value is (112,107,153). Sum of RGB (Red+Green+Blue) = 112+107+153=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #706B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706B99 is #8F9466. Grayscale: #717171. Windows color (decimal): -9409639 or 10054512. OLE color: 10054512.

HSL color Cylindrical-coordinate representation of color #706B99: hue angle of 246.52º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #706B99 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 107 153 -
CMYK 0.27 0.30 0 0.4
HSL 246.52º 0.18% 0.51% -
HSV(B) 246.52º 0.3% 0.6% -
XYZ 17.69 16.26 32.34 -
YUV 113.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 112 107 153 0.27 0.30 0 0.4 246.52 0.18 0.51
Hex 70 6B 99 1B 1E 0 28 F7 12 33
Octal 160 153 231 33 36 0 50 367 22 63
Binary 1110000 1101011 10011001 11011 11110 0 101000 11110111 10010 110011

Color Harmonies of #706B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B99

Black with #706B99

Text Example


Text Example

White with #706B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,107,153); }

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

background-color css

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

 a { background-color: rgb(112,107,153); }

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

border-color css

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

 span { border-color: rgb(112,107,153); }

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