#706CD1

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

Shades of Slate Blue #706CD1

Tints of Slate Blue #706CD1

Color information

#706CD1 (or 0x706CD1) is unknown color: approx Slate Blue. HEX triplet: 70, 6C and D1. RGB value is (112,108,209). Sum of RGB (Red+Green+Blue) = 112+108+209=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 209 (82.03% from 255 or 48.72% from 429); Max value from RGB is 209 - color contains mainly: blue. Hex color #706CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706CD1 is #8F932E. Grayscale: #787878. Windows color (decimal): -9409327 or 13724784. OLE color: 13724784.

HSL color Cylindrical-coordinate representation of color #706CD1: hue angle of 242.38º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #706CD1 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB112108209-
CMYK0.460.4800.18
HSL242.38º52.33%62.16%-
HSV(B)242.38º48.33%81.96%-
XYZ23.5518.7762.7-
YUV120.71177.83121.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.11%
GREEN value IS 108 (42.58% from 255) = 25.17%
BLUE value IS 209 (82.03% from 255) = 48.72%
R=26.11%
G=25.17%
B=48.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1121082090.460.4800.18242.3852.3362.16
Hex706CD12E30012f2343e
Octal16015432156600223626476
Binary111000011011001101000110111011000001001011110010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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