Html Css Color HEX #706A9E Scampi

📋 copy color: '#706A9E'

red 112 ◦ green 106 ◦ blue 158

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

Shades of Scampi #706A9E

Tints of Scampi #706A9E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.19%

 BLUE value IS 158 (62.11% from 255) = 42.02%

R = 29.79%
G = 28.19%
B = 42.02%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#706A9E (or 0x706A9E) is known color: Scampi. HEX triplet: 70, 6A and 9E. RGB value is (112,106,158). Sum of RGB (Red+Green+Blue) = 112+106+158=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #706A9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706A9E is #8F9561. Grayscale: #717171. Windows color (decimal): -9409890 or 10381936. OLE color: 10381936.

HSL color Cylindrical-coordinate representation of color #706A9E: hue angle of 246.92º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #706A9E is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 106 158 -
CMYK 0.29 0.33 0 0.38
HSL 246.92º 0.21% 0.52% -
HSV(B) 246.92º 0.33% 0.62% -
XYZ 18.01 16.22 34.53 -
YUV 113.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 112 106 158 0.29 0.33 0 0.38 246.92 0.21 0.52
Hex 70 6A 9E 1D 21 0 26 F7 15 34
Octal 160 152 236 35 41 0 46 367 25 64
Binary 1110000 1101010 10011110 11101 100001 0 100110 11110111 10101 110100

Color Harmonies of #706A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A9E

Black with #706A9E

Text Example


Text Example

White with #706A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,106,158); }

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

background-color css

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

 a { background-color: rgb(112,106,158); }

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

border-color css

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

 span { border-color: rgb(112,106,158); }

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