#6E6BDF

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

Shades of Medium Slate Blue #6E6BDF

Tints of Medium Slate Blue #6E6BDF

Color information

#6E6BDF (or 0x6E6BDF) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 6B and DF. RGB value is (110,107,223). Sum of RGB (Red+Green+Blue) = 110+107+223=440 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E6BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6BDF is #919420. Grayscale: #787878. Windows color (decimal): -9540641 or 14642030. OLE color: 14642030.

HSL color Cylindrical-coordinate representation of color #6E6BDF: hue angle of 241.55º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E6BDF is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB110107223-
CMYK0.510.5200.13
HSL241.55º64.44%64.71%-
HSV(B)241.55º52.02%87.45%-
XYZ25.0119.1672.19-
YUV121.12185.49120.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25%
GREEN value IS 107 (42.19% from 255) = 24.32%
BLUE value IS 223 (87.5% from 255) = 50.68%
R=25%
G=24.32%
B=50.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1101072230.510.5200.13241.5564.4464.71
Hex6E6BDF33340Df24041
Octal1561533376364015362100101
Binary1101110110101111011111110011110100011011111001010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E6BDF; }

 p { color: rgb(110,107,223); }

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

<style>
 a { background-color: #6E6BDF; }

 a { background-color: rgb(110,107,223); }

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

<style>
 span { border-color: #6E6BDF; }

 span { border-color: rgb(110,107,223); }

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