Html Css Color HEX #6D4AEB Medium Slate Blue

📋 copy color: '#6D4AEB'

red 109 ◦ green 74 ◦ blue 235

#6D4AEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #6D4AEB

Tints of Medium Slate Blue #6D4AEB

RGB

 RED value IS 109 (42.97% from 255) = 26.08%

 GREEN value IS 74 (29.3% from 255) = 17.7%

 BLUE value IS 235 (92.19% from 255) = 56.22%

R = 26.08%
G = 17.7%
B = 56.22%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6D4AEB (or 0x6D4AEB) is known color: Medium Slate Blue. HEX triplet: 6D, 4A and EB. RGB value is (109,74,235). Sum of RGB (Red+Green+Blue) = 109+74+235=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #6D4AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4AEB is #92B514. Grayscale: #666666. Windows color (decimal): -9614613 or 15420013. OLE color: 15420013.

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

Color convert

RGB 109 74 235 -
CMYK 0.54 0.69 0 0.08
HSL 253.04º 0.8% 0.61% -
HSV(B) 253.04º 0.69% 0.92% -
XYZ 23.75 14.15 80.08 -
YUV 102.82 202.6 132.41 -
System Red Green Blue C M Y K H S L
Decimal 109 74 235 0.54 0.69 0 0.08 253.04 0.8 0.61
Hex 6D 4A EB 36 45 0 8 FD 50 3D
Octal 155 112 353 66 105 0 10 375 120 75
Binary 1101101 1001010 11101011 110110 1000101 0 1000 11111101 1010000 111101

Color Harmonies of #6D4AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4AEB

Black with #6D4AEB

Text Example


Text Example

White with #6D4AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D4AEB;
 }
 .AnyTagClassName
 {
   color: #6D4AEB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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