#706AC1

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

Shades of Slate Blue #706AC1

Tints of Slate Blue #706AC1

Color information

#706AC1 (or 0x706AC1) is unknown color: approx Slate Blue. HEX triplet: 70, 6A and C1. RGB value is (112,106,193). Sum of RGB (Red+Green+Blue) = 112+106+193=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: blue. Hex color #706AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706AC1 is #8F953E. Grayscale: #757575. Windows color (decimal): -9409855 or 12675696. OLE color: 12675696.

HSL color Cylindrical-coordinate representation of color #706AC1: hue angle of 244.14º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #706AC1 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB112106193-
CMYK0.420.4500.24
HSL244.14º41.23%58.63%-
HSV(B)244.14º45.08%75.69%-
XYZ21.4617.652.72-
YUV117.71170.49123.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.25%
GREEN value IS 106 (41.80% from 255) = 25.79%
BLUE value IS 193 (75.78% from 255) = 46.96%
R=27.25%
G=25.79%
B=46.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121061930.420.4500.24244.1441.2358.63
Hex706AC12A2D018f4293b
Octal16015230152550303645173
Binary111000011010101100000110101010110101100011110100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,106,193); }

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

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

 a { background-color: rgb(112,106,193); }

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

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

 span { border-color: rgb(112,106,193); }

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