#686DCF

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

Shades of Slate Blue #686DCF

Tints of Slate Blue #686DCF

Color information

#686DCF (or 0x686DCF) is unknown color: approx Slate Blue. HEX triplet: 68, 6D and CF. RGB value is (104,109,207). Sum of RGB (Red+Green+Blue) = 104+109+207=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #686DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DCF is #979230. Grayscale: #767676. Windows color (decimal): -9933361 or 13593960. OLE color: 13593960.

HSL color Cylindrical-coordinate representation of color #686DCF: hue angle of 237.09º degrees, saturation: 0.52, 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 #686DCF is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB104109207-
CMYK0.500.4700.19
HSL237.09º51.76%60.98%-
HSV(B)237.09º49.76%81.18%-
XYZ22.4418.3961.4-
YUV118.68177.84117.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.76%
GREEN value IS 109 (42.97% from 255) = 25.95%
BLUE value IS 207 (81.25% from 255) = 49.29%
R=24.76%
G=25.95%
B=49.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1041092070.500.4700.19237.0951.7660.98
Hex686DCF322F013ed343d
Octal15015531762570233556475
Binary110100011011011100111111001010111101001111101101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,109,207); }

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

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

 a { background-color: rgb(104,109,207); }

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

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

 span { border-color: rgb(104,109,207); }

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