#6E7BEF

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

Shades of Medium Slate Blue #6E7BEF

Tints of Medium Slate Blue #6E7BEF

Color information

#6E7BEF (or 0x6E7BEF) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 7B and EF. RGB value is (110,123,239). Sum of RGB (Red+Green+Blue) = 110+123+239=472 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.31% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #6E7BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7BEF is #918410. Grayscale: #838383. Windows color (decimal): -9536529 or 15694702. OLE color: 15694702.

HSL color Cylindrical-coordinate representation of color #6E7BEF: hue angle of 233.95º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E7BEF is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB110123239-
CMYK0.540.4900.06
HSL233.95º80.12%68.43%-
HSV(B)233.95º53.97%93.73%-
XYZ29.0923.7184.71-
YUV132.34188.19112.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.31%
GREEN value IS 123 (48.44% from 255) = 26.06%
BLUE value IS 239 (93.75% from 255) = 50.64%
R=23.31%
G=26.06%
B=50.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1101232390.540.4900.06233.9580.1268.43
Hex6E7BEF363106ea5044
Octal156173357666106352120104
Binary110111011110111110111111011011000101101110101010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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