#706ACE

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

Shades of Slate Blue #706ACE

Tints of Slate Blue #706ACE

Color information

#706ACE (or 0x706ACE) is unknown color: approx Slate Blue. HEX triplet: 70, 6A and CE. RGB value is (112,106,206). Sum of RGB (Red+Green+Blue) = 112+106+206=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #706ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ACE is #8F9531. Grayscale: #767676. Windows color (decimal): -9409842 or 13527664. OLE color: 13527664.

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

Color convert

RGB112106206-
CMYK0.460.4900.19
HSL243.6º50.51%61.18%-
HSV(B)243.6º48.54%80.78%-
XYZ22.9818.2160.7-
YUV119.19176.99122.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.42%
GREEN value IS 106 (41.80% from 255) = 25%
BLUE value IS 206 (80.86% from 255) = 48.58%
R=26.42%
G=25%
B=48.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1121062060.460.4900.19243.650.5161.18
Hex706ACE2E31013f4333d
Octal16015231656610233646375
Binary111000011010101100111010111011000101001111110100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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