#706FA4

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

Shades of Scampi #706FA4

Tints of Scampi #706FA4

Color information

#706FA4 (or 0x706FA4) is unknown color: approx Scampi. HEX triplet: 70, 6F and A4. RGB value is (112,111,164). Sum of RGB (Red+Green+Blue) = 112+111+164=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 164 - color contains mainly: blue. Hex color #706FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706FA4 is #8F905B. Grayscale: #757575. Windows color (decimal): -9408604 or 10776432. OLE color: 10776432.

HSL color Cylindrical-coordinate representation of color #706FA4: hue angle of 241.13º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #706FA4 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB112111164-
CMYK0.320.3200.36
HSL241.13º22.55%53.92%-
HSV(B)241.13º32.32%64.31%-
XYZ19.0717.4937.49-
YUV117.34154.33124.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.94%
GREEN value IS 111 (43.75% from 255) = 28.68%
BLUE value IS 164 (64.45% from 255) = 42.38%
R=28.94%
G=28.68%
B=42.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121111640.320.3200.36241.1322.5553.92
Hex706FA42020024f11736
Octal16015724440400443612766
Binary111000011011111010010010000010000001001001111000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #706FA4;
 }
 .AnyTagClassName
 {
   color: #706FA4;
 }
</style>
background-color css

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

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

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

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

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

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