#706DCE

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

Shades of Slate Blue #706DCE

Tints of Slate Blue #706DCE

Color information

#706DCE (or 0x706DCE) is unknown color: approx Slate Blue. HEX triplet: 70, 6D and CE. RGB value is (112,109,206). Sum of RGB (Red+Green+Blue) = 112+109+206=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #706DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706DCE is #8F9231. Grayscale: #787878. Windows color (decimal): -9409074 or 13528432. OLE color: 13528432.

HSL color Cylindrical-coordinate representation of color #706DCE: hue angle of 241.86º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #706DCE is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB112109206-
CMYK0.460.4700.19
HSL241.86º49.74%61.76%-
HSV(B)241.86º47.09%80.78%-
XYZ23.2918.8460.8-
YUV120.96175.99121.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.23%
GREEN value IS 109 (42.97% from 255) = 25.53%
BLUE value IS 206 (80.86% from 255) = 48.24%
R=26.23%
G=25.53%
B=48.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1121092060.460.4700.19241.8649.7461.76
Hex706DCE2E2F013f2323e
Octal16015531656570233626276
Binary111000011011011100111010111010111101001111110010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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