#706CAD

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

Shades of Scampi #706CAD

Tints of Scampi #706CAD

Color information

#706CAD (or 0x706CAD) is unknown color: approx Scampi. HEX triplet: 70, 6C and AD. RGB value is (112,108,173). Sum of RGB (Red+Green+Blue) = 112+108+173=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #706CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706CAD is #8F9352. Grayscale: #747474. Windows color (decimal): -9409363 or 11365488. OLE color: 11365488.

HSL color Cylindrical-coordinate representation of color #706CAD: hue angle of 243.69º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #706CAD is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112108173-
CMYK0.350.3800.32
HSL243.69º28.38%55.1%-
HSV(B)243.69º37.57%67.84%-
XYZ19.5917.1941.82-
YUV116.61159.83124.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.50%
GREEN value IS 108 (42.58% from 255) = 27.48%
BLUE value IS 173 (67.97% from 255) = 44.02%
R=28.50%
G=27.48%
B=44.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121081730.350.3800.32243.6928.3855.1
Hex706CAD2326020f41c37
Octal16015425543460403643467
Binary111000011011001010110110001110011001000001111010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,108,173); }

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

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

 a { background-color: rgb(112,108,173); }

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

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

 span { border-color: rgb(112,108,173); }

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