#6D7BE3

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

Shades of Medium Slate Blue #6D7BE3

Tints of Medium Slate Blue #6D7BE3

Color information

#6D7BE3 (or 0x6D7BE3) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 7B and E3. RGB value is (109,123,227). Sum of RGB (Red+Green+Blue) = 109+123+227=459 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.75% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 227 (89.06% from 255 or 49.46% from 459); Max value from RGB is 227 - color contains mainly: blue. Hex color #6D7BE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7BE3 is #92841C. Grayscale: #828282. Windows color (decimal): -9602077 or 14908269. OLE color: 14908269.

HSL color Cylindrical-coordinate representation of color #6D7BE3: hue angle of 232.88º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D7BE3 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB109123227-
CMYK0.520.4600.11
HSL232.88º67.82%65.88%-
HSV(B)232.88º51.98%89.02%-
XYZ27.2522.9675.67-
YUV130.67182.36112.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.75%
GREEN value IS 123 (48.44% from 255) = 26.80%
BLUE value IS 227 (89.06% from 255) = 49.46%
R=23.75%
G=26.80%
B=49.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1091232270.520.4600.11232.8867.8265.88
Hex6D7BE3342E0Be94442
Octal1551733436456013351104102
Binary1101101111101111100011110100101110010111110100110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,123,227); }

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

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

 a { background-color: rgb(109,123,227); }

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

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

 span { border-color: rgb(109,123,227); }

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