#6865EB

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

Shades of Medium Slate Blue #6865EB

Tints of Medium Slate Blue #6865EB

Color information

#6865EB (or 0x6865EB) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 65 and EB. RGB value is (104,101,235). Sum of RGB (Red+Green+Blue) = 104+101+235=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #6865EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6865EB is #979A14. Grayscale: #747474. Windows color (decimal): -9935381 or 15426920. OLE color: 15426920.

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

Color convert

RGB104101235-
CMYK0.560.5700.08
HSL241.34º77.01%65.88%-
HSV(B)241.34º57.02%92.16%-
XYZ25.3618.2580.78-
YUV117.17194.49118.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.64%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 235 (92.19% from 255) = 53.41%
R=23.64%
G=22.95%
B=53.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1041012350.560.5700.08241.3477.0165.88
Hex6865EB383908f14d42
Octal1501453537071010361115102
Binary1101000110010111101011111000111001010001111000110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6865EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6865EB; }

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

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

<style>
 a { background-color: #6865EB; }

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

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

<style>
 span { border-color: #6865EB; }

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

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