#6869ED

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

Shades of Medium Slate Blue #6869ED

Tints of Medium Slate Blue #6869ED

Color information

#6869ED (or 0x6869ED) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 69 and ED. RGB value is (104,105,237). Sum of RGB (Red+Green+Blue) = 104+105+237=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #6869ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6869ED is #979612. Grayscale: #777777. Windows color (decimal): -9934355 or 15559016. OLE color: 15559016.

HSL color Cylindrical-coordinate representation of color #6869ED: hue angle of 239.55º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6869ED is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB104105237-
CMYK0.560.5600.07
HSL239.55º78.7%66.86%-
HSV(B)239.55º56.12%92.94%-
XYZ26.0519.1682.45-
YUV119.75194.17116.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.32%
GREEN value IS 105 (41.41% from 255) = 23.54%
BLUE value IS 237 (92.97% from 255) = 53.14%
R=23.32%
G=23.54%
B=53.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1041052370.560.5600.07239.5578.766.86
Hex6869ED383807f04f43
Octal150151355707007360117103
Binary110100011010011110110111100011100001111111000010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6869ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6869ED; }

 p { color: rgb(104,105,237); }

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

<style>
 a { background-color: #6869ED; }

 a { background-color: rgb(104,105,237); }

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

<style>
 span { border-color: #6869ED; }

 span { border-color: rgb(104,105,237); }

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