#706CD0

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

Shades of Slate Blue #706CD0

Tints of Slate Blue #706CD0

Color information

#706CD0 (or 0x706CD0) is unknown color: approx Slate Blue. HEX triplet: 70, 6C and D0. RGB value is (112,108,208). Sum of RGB (Red+Green+Blue) = 112+108+208=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 208 (81.64% from 255 or 48.60% from 428); Max value from RGB is 208 - color contains mainly: blue. Hex color #706CD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706CD0 is #8F932F. Grayscale: #787878. Windows color (decimal): -9409328 or 13659248. OLE color: 13659248.

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

Color convert

RGB112108208-
CMYK0.460.4800.18
HSL242.4º51.55%61.96%-
HSV(B)242.4º48.08%81.57%-
XYZ23.4318.7262.05-
YUV120.6177.33121.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.17%
GREEN value IS 108 (42.58% from 255) = 25.23%
BLUE value IS 208 (81.64% from 255) = 48.60%
R=26.17%
G=25.23%
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
Decimal1121082080.460.4800.18242.451.5561.96
Hex706CD02E30012f2343e
Octal16015432056600223626476
Binary111000011011001101000010111011000001001011110010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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