#706ECC

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

Shades of Slate Blue #706ECC

Tints of Slate Blue #706ECC

Color information

#706ECC (or 0x706ECC) is unknown color: approx Slate Blue. HEX triplet: 70, 6E and CC. RGB value is (112,110,204). Sum of RGB (Red+Green+Blue) = 112+110+204=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #706ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ECC is #8F9133. Grayscale: #787878. Windows color (decimal): -9408820 or 13397616. OLE color: 13397616.

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

Color convert

RGB112110204-
CMYK0.450.4600.2
HSL241.28º47.96%61.57%-
HSV(B)241.28º46.08%80%-
XYZ23.1618.9659.57-
YUV121.31174.66121.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.29%
GREEN value IS 110 (43.36% from 255) = 25.82%
BLUE value IS 204 (80.08% from 255) = 47.89%
R=26.29%
G=25.82%
B=47.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1121102040.450.4600.2241.2847.9661.57
Hex706ECC2D2E014f1303e
Octal16015631455560243616076
Binary111000011011101100110010110110111001010011110001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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