#6B4DEE

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

Shades of Medium Slate Blue #6B4DEE

Tints of Medium Slate Blue #6B4DEE

Color information

#6B4DEE (or 0x6B4DEE) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 4D and EE. RGB value is (107,77,238). Sum of RGB (Red+Green+Blue) = 107+77+238=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #6B4DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B4DEE is #94B211. Grayscale: #676767. Windows color (decimal): -9744914 or 15617387. OLE color: 15617387.

HSL color Cylindrical-coordinate representation of color #6B4DEE: hue angle of 251.18º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B4DEE is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10777238-
CMYK0.550.6800.07
HSL251.18º82.56%61.76%-
HSV(B)251.18º67.65%93.33%-
XYZ24.1514.6182.44-
YUV104.32203.44129.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.36%
GREEN value IS 77 (30.47% from 255) = 18.25%
BLUE value IS 238 (93.36% from 255) = 56.40%
R=25.36%
G=18.25%
B=56.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal107772380.550.6800.07251.1882.5661.76
Hex6B4DEE374407fb533e
Octal153115356671040737312376
Binary110101110011011110111011011110001000111111110111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,77,238); }

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

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

 a { background-color: rgb(107,77,238); }

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

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

 span { border-color: rgb(107,77,238); }

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