Html Css Color HEX #6D5CEB Medium Slate Blue

📋 copy color: '#6D5CEB'

red 109 ◦ green 92 ◦ blue 235

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

Shades of Medium Slate Blue #6D5CEB

Tints of Medium Slate Blue #6D5CEB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.1%

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

R = 25%
G = 21.1%
B = 53.9%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6D5CEB (or 0x6D5CEB) is known color: Medium Slate Blue. HEX triplet: 6D, 5C and EB. RGB value is (109,92,235). Sum of RGB (Red+Green+Blue) = 109+92+235=436 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #6D5CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D5CEB is #92A314. Grayscale: #707070. Windows color (decimal): -9610005 or 15424621. OLE color: 15424621.

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

Color convert

RGB 109 92 235 -
CMYK 0.54 0.61 0 0.08
HSL 247.13º 0.78% 0.64% -
HSV(B) 247.13º 0.61% 0.92% -
XYZ 25.13 16.9 80.54 -
YUV 113.39 196.63 124.87 -
System Red Green Blue C M Y K H S L
Decimal 109 92 235 0.54 0.61 0 0.08 247.13 0.78 0.64
Hex 6D 5C EB 36 3D 0 8 F7 4E 40
Octal 155 134 353 66 75 0 10 367 116 100
Binary 1101101 1011100 11101011 110110 111101 0 1000 11110111 1001110 1000000

Color Harmonies of #6D5CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5CEB

Black with #6D5CEB

Text Example


Text Example

White with #6D5CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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