#6868eb

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

Shades of Medium Slate Blue #6868EB

Tints of Medium Slate Blue #6868EB

Color information

#6868EB (or 0x6868EB) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 68 and EB. RGB value is (104,104,235). Sum of RGB (Red+Green+Blue) = 104+104+235=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #6868EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6868EB is #979714. Grayscale: #767676. Windows color (decimal): -9934613 or 15427688. OLE color: 15427688.

HSL color Cylindrical-coordinate representation of color #6868EB: hue angle of 240º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6868EB is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB104104235-
CMYK0.560.5600.08
HSL240º76.61%66.47%-
HSV(B)240º55.74%92.16%-
XYZ25.6518.8480.88-
YUV118.93193.5117.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.48%
GREEN value IS 104 (41.02% from 255) = 23.48%
BLUE value IS 235 (92.19% from 255) = 53.05%
R=23.48%
G=23.48%
B=53.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1041042350.560.5600.0824076.6166.47
Hex6868EB383808f04d42
Octal1501503537070010360115102
Binary1101000110100011101011111000111000010001111000010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6868eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6868eb; }

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

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

<style>
 a { background-color: #6868eb; }

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

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

<style>
 span { border-color: #6868eb; }

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

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