Html Css Color HEX #706E9A Scampi

📋 copy color: '#706E9A'

red 112 ◦ green 110 ◦ blue 154

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

Shades of Scampi #706E9A

Tints of Scampi #706E9A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.26%

 BLUE value IS 154 (60.55% from 255) = 40.96%

R = 29.79%
G = 29.26%
B = 40.96%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#706E9A (or 0x706E9A) is known color: Scampi. HEX triplet: 70, 6E and 9A. RGB value is (112,110,154). Sum of RGB (Red+Green+Blue) = 112+110+154=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 154 - color contains mainly: blue. Hex color #706E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706E9A is #8F9165. Grayscale: #737373. Windows color (decimal): -9408870 or 10120816. OLE color: 10120816.

HSL color Cylindrical-coordinate representation of color #706E9A: hue angle of 242.73º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #706E9A is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 110 154 -
CMYK 0.27 0.29 0 0.40
HSL 242.73º 0.18% 0.52% -
HSV(B) 242.73º 0.29% 0.6% -
XYZ 18.09 16.93 32.89 -
YUV 115.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 112 110 154 0.27 0.29 0 0.40 242.73 0.18 0.52
Hex 70 6E 9A 1B 1D 0 28 F3 12 34
Octal 160 156 232 33 35 0 50 363 22 64
Binary 1110000 1101110 10011010 11011 11101 0 101000 11110011 10010 110100

Color Harmonies of #706E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E9A

Black with #706E9A

Text Example


Text Example

White with #706E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,110,154); }

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

background-color css

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

 a { background-color: rgb(112,110,154); }

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

border-color css

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

 span { border-color: rgb(112,110,154); }

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