Html Css Color HEX #706D8C Scampi

📋 copy color: '#706D8C'

red 112 ◦ green 109 ◦ blue 140

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

Shades of Scampi #706D8C

Tints of Scampi #706D8C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.19%

 BLUE value IS 140 (55.08% from 255) = 38.78%

R = 31.02%
G = 30.19%
B = 38.78%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#706D8C (or 0x706D8C) is known color: Scampi. HEX triplet: 70, 6D and 8C. RGB value is (112,109,140). Sum of RGB (Red+Green+Blue) = 112+109+140=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 140 - color contains mainly: blue. Hex color #706D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706D8C is #8F9273. Grayscale: #717171. Windows color (decimal): -9409140 or 9203056. OLE color: 9203056.

HSL color Cylindrical-coordinate representation of color #706D8C: hue angle of 245.81º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #706D8C is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 109 140 -
CMYK 0.20 0.22 0 0.45
HSL 245.81º 0.12% 0.49% -
HSV(B) 245.81º 0.22% 0.55% -
XYZ 16.88 16.28 27.06 -
YUV 113.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 112 109 140 0.20 0.22 0 0.45 245.81 0.12 0.49
Hex 70 6D 8C 14 16 0 2D F6 C 31
Octal 160 155 214 24 26 0 55 366 14 61
Binary 1110000 1101101 10001100 10100 10110 0 101101 11110110 1100 110001

Color Harmonies of #706D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D8C

Black with #706D8C

Text Example


Text Example

White with #706D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,109,140); }

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

background-color css

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

 a { background-color: rgb(112,109,140); }

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

border-color css

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

 span { border-color: rgb(112,109,140); }

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