#706AC8

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

Shades of Slate Blue #706AC8

Tints of Slate Blue #706AC8

Color information

#706AC8 (or 0x706AC8) is unknown color: approx Slate Blue. HEX triplet: 70, 6A and C8. RGB value is (112,106,200). Sum of RGB (Red+Green+Blue) = 112+106+200=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 200 (78.52% from 255 or 47.85% from 418); Max value from RGB is 200 - color contains mainly: blue. Hex color #706AC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706AC8 is #8F9537. Grayscale: #767676. Windows color (decimal): -9409848 or 13134448. OLE color: 13134448.

HSL color Cylindrical-coordinate representation of color #706AC8: hue angle of 243.83º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #706AC8 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB112106200-
CMYK0.440.4700.22
HSL243.83º46.08%60%-
HSV(B)243.83º47%78.43%-
XYZ22.2617.9256.93-
YUV118.51173.99123.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.79%
GREEN value IS 106 (41.80% from 255) = 25.36%
BLUE value IS 200 (78.52% from 255) = 47.85%
R=26.79%
G=25.36%
B=47.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1121062000.440.4700.22243.8346.0860
Hex706AC82C2F016f42e3c
Octal16015231054570263645674
Binary111000011010101100100010110010111101011011110100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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