Html Css Color HEX #706F9E Scampi

📋 copy color: '#706F9E'

red 112 ◦ green 111 ◦ blue 158

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

Shades of Scampi #706F9E

Tints of Scampi #706F9E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.13%

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

R = 29.4%
G = 29.13%
B = 41.47%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#706F9E (or 0x706F9E) is known color: Scampi. HEX triplet: 70, 6F and 9E. RGB value is (112,111,158). Sum of RGB (Red+Green+Blue) = 112+111+158=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 158 - color contains mainly: blue. Hex color #706F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706F9E is #8F9061. Grayscale: #747474. Windows color (decimal): -9408610 or 10383216. OLE color: 10383216.

HSL color Cylindrical-coordinate representation of color #706F9E: hue angle of 241.28º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #706F9E is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 111 158 -
CMYK 0.29 0.30 0 0.38
HSL 241.28º 0.2% 0.53% -
HSV(B) 241.28º 0.3% 0.62% -
XYZ 18.54 17.28 34.71 -
YUV 116.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 112 111 158 0.29 0.30 0 0.38 241.28 0.2 0.53
Hex 70 6F 9E 1D 1E 0 26 F1 14 35
Octal 160 157 236 35 36 0 46 361 24 65
Binary 1110000 1101111 10011110 11101 11110 0 100110 11110001 10100 110101

Color Harmonies of #706F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F9E

Black with #706F9E

Text Example


Text Example

White with #706F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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