#706F9E

Color #706F9E Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #706F9E

Tints of Scampi #706F9E

Color information

#706F9E (or 0x706F9E) is unknown color: approx 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

RGB112111158-
CMYK0.290.3000.38
HSL241.28º19.5%52.75%-
HSV(B)241.28º29.75%61.96%-
XYZ18.5417.2834.71-
YUV116.66151.33124.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.40%
GREEN value IS 111 (43.75% from 255) = 29.13%
BLUE value IS 158 (62.11% from 255) = 41.47%
R=29.40%
G=29.13%
B=41.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121111580.290.3000.38241.2819.552.75
Hex706F9E1D1E026f11435
Octal16015723635360463612465
Binary1110000110111110011110111011111001001101111000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>