#686ACE

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

Shades of Slate Blue #686ACE

Tints of Slate Blue #686ACE

Color information

#686ACE (or 0x686ACE) is unknown color: approx Slate Blue. HEX triplet: 68, 6A and CE. RGB value is (104,106,206). Sum of RGB (Red+Green+Blue) = 104+106+206=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #686ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686ACE is #979531. Grayscale: #747474. Windows color (decimal): -9934130 or 13527656. OLE color: 13527656.

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

Color convert

RGB104106206-
CMYK0.500.4900.19
HSL238.82º51%60.78%-
HSV(B)238.82º49.51%80.78%-
XYZ2217.7160.65-
YUV116.8178.34118.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25%
GREEN value IS 106 (41.80% from 255) = 25.48%
BLUE value IS 206 (80.86% from 255) = 49.52%
R=25%
G=25.48%
B=49.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1041062060.500.4900.19238.825160.78
Hex686ACE3231013ef333d
Octal15015231662610233576375
Binary110100011010101100111011001011000101001111101111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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