#685feb

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

Shades of Medium Slate Blue #685FEB

Tints of Medium Slate Blue #685FEB

Color information

#685FEB (or 0x685FEB) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 5F and EB. RGB value is (104,95,235). Sum of RGB (Red+Green+Blue) = 104+95+235=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #685FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685FEB is #97A014. Grayscale: #717171. Windows color (decimal): -9936917 or 15425384. OLE color: 15425384.

HSL color Cylindrical-coordinate representation of color #685FEB: hue angle of 243.86º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #685FEB is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10495235-
CMYK0.560.6000.08
HSL243.86º77.78%64.71%-
HSV(B)243.86º59.57%92.16%-
XYZ24.817.1380.6-
YUV113.65196.48121.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.96%
GREEN value IS 95 (37.5% from 255) = 21.89%
BLUE value IS 235 (92.19% from 255) = 54.15%
R=23.96%
G=21.89%
B=54.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal104952350.560.6000.08243.8677.7864.71
Hex685FEB383C08f44e41
Octal1501373537074010364116101
Binary1101000101111111101011111000111100010001111010010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685feb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685feb; }

 p { color: rgb(104,95,235); }

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

<style>
 a { background-color: #685feb; }

 a { background-color: rgb(104,95,235); }

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

<style>
 span { border-color: #685feb; }

 span { border-color: rgb(104,95,235); }

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