#685CEF

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

Shades of Medium Slate Blue #685CEF

Tints of Medium Slate Blue #685CEF

Color information

#685CEF (or 0x685CEF) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 5C and EF. RGB value is (104,92,239). Sum of RGB (Red+Green+Blue) = 104+92+239=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #685CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685CEF is #97A310. Grayscale: #6F6F6F. Windows color (decimal): -9937681 or 15686760. OLE color: 15686760.

HSL color Cylindrical-coordinate representation of color #685CEF: hue angle of 244.9º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #685CEF is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB10492239-
CMYK0.560.6200.06
HSL244.9º82.12%64.9%-
HSV(B)244.9º61.51%93.73%-
XYZ25.1216.8383.59-
YUV112.35199.48122.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.91%
GREEN value IS 92 (36.33% from 255) = 21.15%
BLUE value IS 239 (93.75% from 255) = 54.94%
R=23.91%
G=21.15%
B=54.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal104922390.560.6200.06244.982.1264.9
Hex685CEF383E06f55241
Octal150134357707606365122101
Binary110100010111001110111111100011111001101111010110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,92,239); }

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

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

 a { background-color: rgb(104,92,239); }

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

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

 span { border-color: rgb(104,92,239); }

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