#706DD6

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

Shades of Slate Blue #706DD6

Tints of Slate Blue #706DD6

Color information

#706DD6 (or 0x706DD6) is unknown color: approx Slate Blue. HEX triplet: 70, 6D and D6. RGB value is (112,109,214). Sum of RGB (Red+Green+Blue) = 112+109+214=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 214 (83.98% from 255 or 49.20% from 435); Max value from RGB is 214 - color contains mainly: blue. Hex color #706DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706DD6 is #8F9229. Grayscale: #797979. Windows color (decimal): -9409066 or 14052720. OLE color: 14052720.

HSL color Cylindrical-coordinate representation of color #706DD6: hue angle of 241.71º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #706DD6 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB112109214-
CMYK0.480.4900.16
HSL241.71º56.15%63.33%-
HSV(B)241.71º49.07%83.92%-
XYZ24.2919.2466.05-
YUV121.87179.99120.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.75%
GREEN value IS 109 (42.97% from 255) = 25.06%
BLUE value IS 214 (83.98% from 255) = 49.20%
R=25.75%
G=25.06%
B=49.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1121092140.480.4900.16241.7156.1563.33
Hex706DD63031010f2383f
Octal16015532660610203627077
Binary111000011011011101011011000011000101000011110010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,109,214); }

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

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

 a { background-color: rgb(112,109,214); }

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

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

 span { border-color: rgb(112,109,214); }

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