#706ECB

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

Shades of Slate Blue #706ECB

Tints of Slate Blue #706ECB

Color information

#706ECB (or 0x706ECB) is unknown color: approx Slate Blue. HEX triplet: 70, 6E and CB. RGB value is (112,110,203). Sum of RGB (Red+Green+Blue) = 112+110+203=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #706ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ECB is #8F9134. Grayscale: #787878. Windows color (decimal): -9408821 or 13332080. OLE color: 13332080.

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

Color convert

RGB112110203-
CMYK0.450.4600.20
HSL241.29º47.21%61.37%-
HSV(B)241.29º45.81%79.61%-
XYZ23.0418.9158.94-
YUV121.2174.16121.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.35%
GREEN value IS 110 (43.36% from 255) = 25.88%
BLUE value IS 203 (79.69% from 255) = 47.76%
R=26.35%
G=25.88%
B=47.76%

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
Decimal1121102030.450.4600.20241.2947.2161.37
Hex706ECB2D2E014f12f3d
Octal16015631355560243615775
Binary111000011011101100101110110110111001010011110001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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