#6D6BEB

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

Shades of Medium Slate Blue #6D6BEB

Tints of Medium Slate Blue #6D6BEB

Color information

#6D6BEB (or 0x6D6BEB) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 6B and EB. RGB value is (109,107,235). Sum of RGB (Red+Green+Blue) = 109+107+235=451 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.17% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #6D6BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D6BEB is #929414. Grayscale: #797979. Windows color (decimal): -9606165 or 15428461. OLE color: 15428461.

HSL color Cylindrical-coordinate representation of color #6D6BEB: hue angle of 240.94º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D6BEB is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB109107235-
CMYK0.540.5400.08
HSL240.94º76.19%67.06%-
HSV(B)240.94º54.47%92.16%-
XYZ26.5619.7681.01-
YUV122.19191.66118.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.17%
GREEN value IS 107 (42.19% from 255) = 23.73%
BLUE value IS 235 (92.19% from 255) = 52.11%
R=24.17%
G=23.73%
B=52.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1091072350.540.5400.08240.9476.1967.06
Hex6D6BEB363608f14c43
Octal1551533536666010361114103
Binary1101101110101111101011110110110110010001111000110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,107,235); }

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

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

 a { background-color: rgb(109,107,235); }

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

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

 span { border-color: rgb(109,107,235); }

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