#706ECD

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

Shades of Slate Blue #706ECD

Tints of Slate Blue #706ECD

Color information

#706ECD (or 0x706ECD) is unknown color: approx Slate Blue. HEX triplet: 70, 6E and CD. RGB value is (112,110,205). Sum of RGB (Red+Green+Blue) = 112+110+205=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #706ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ECD is #8F9132. Grayscale: #797979. Windows color (decimal): -9408819 or 13463152. OLE color: 13463152.

HSL color Cylindrical-coordinate representation of color #706ECD: hue angle of 241.26º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #706ECD is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB112110205-
CMYK0.450.4600.20
HSL241.26º48.72%61.76%-
HSV(B)241.26º46.34%80.39%-
XYZ23.281960.2-
YUV121.43175.16121.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.23%
GREEN value IS 110 (43.36% from 255) = 25.76%
BLUE value IS 205 (80.47% from 255) = 48.01%
R=26.23%
G=25.76%
B=48.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121102050.450.4600.20241.2648.7261.76
Hex706ECD2D2E014f1313e
Octal16015631555560243616176
Binary111000011011101100110110110110111001010011110001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,110,205); }

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

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

 a { background-color: rgb(112,110,205); }

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

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

 span { border-color: rgb(112,110,205); }

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