#706DD1

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

Shades of Slate Blue #706DD1

Tints of Slate Blue #706DD1

Color information

#706DD1 (or 0x706DD1) is unknown color: approx Slate Blue. HEX triplet: 70, 6D and D1. RGB value is (112,109,209). Sum of RGB (Red+Green+Blue) = 112+109+209=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #706DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706DD1 is #8F922E. Grayscale: #787878. Windows color (decimal): -9409071 or 13725040. OLE color: 13725040.

HSL color Cylindrical-coordinate representation of color #706DD1: hue angle of 241.8º 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 #706DD1 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB112109209-
CMYK0.460.4800.18
HSL241.8º52.08%62.35%-
HSV(B)241.8º47.85%81.96%-
XYZ23.6618.9962.74-
YUV121.3177.49121.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.05%
GREEN value IS 109 (42.97% from 255) = 25.35%
BLUE value IS 209 (82.03% from 255) = 48.60%
R=26.05%
G=25.35%
B=48.60%

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
Decimal1121092090.460.4800.18241.852.0862.35
Hex706DD12E30012f2343e
Octal16015532156600223626476
Binary111000011011011101000110111011000001001011110010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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