#6E7BDF

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

Shades of Medium Slate Blue #6E7BDF

Tints of Medium Slate Blue #6E7BDF

Color information

#6E7BDF (or 0x6E7BDF) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 7B and DF. RGB value is (110,123,223). Sum of RGB (Red+Green+Blue) = 110+123+223=456 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.12% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E7BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7BDF is #918420. Grayscale: #828282. Windows color (decimal): -9536545 or 14646126. OLE color: 14646126.

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

Color convert

RGB110123223-
CMYK0.510.4500.13
HSL233.1º63.84%65.29%-
HSV(B)233.1º50.67%87.45%-
XYZ26.8322.8172.8-
YUV130.51180.19113.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.12%
GREEN value IS 123 (48.44% from 255) = 26.97%
BLUE value IS 223 (87.5% from 255) = 48.90%
R=24.12%
G=26.97%
B=48.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1101232230.510.4500.13233.163.8465.29
Hex6E7BDF332D0De94041
Octal1561733376355015351100101
Binary1101110111101111011111110011101101011011110100110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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