Html Css Color HEX #6D5CEC Medium Slate Blue

📋 copy color: '#6D5CEC'

red 109 ◦ green 92 ◦ blue 236

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

Shades of Medium Slate Blue #6D5CEC

Tints of Medium Slate Blue #6D5CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54%

R = 24.94%
G = 21.05%
B = 54%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6D5CEC (or 0x6D5CEC) is known color: Medium Slate Blue. HEX triplet: 6D, 5C and EC. RGB value is (109,92,236). Sum of RGB (Red+Green+Blue) = 109+92+236=437 (57% of max value = 765). Red value is 109 (42.97% from 255 or 24.94% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #6D5CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D5CEC is #92A313. Grayscale: #707070. Windows color (decimal): -9610004 or 15490157. OLE color: 15490157.

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

Color convert

RGB 109 92 236 -
CMYK 0.54 0.61 0 0.07
HSL 247.08º 0.79% 0.64% -
HSV(B) 247.08º 0.61% 0.93% -
XYZ 25.27 16.96 81.3 -
YUV 113.5 197.13 124.79 -
System Red Green Blue C M Y K H S L
Decimal 109 92 236 0.54 0.61 0 0.07 247.08 0.79 0.64
Hex 6D 5C EC 36 3D 0 7 F7 4F 40
Octal 155 134 354 66 75 0 7 367 117 100
Binary 1101101 1011100 11101100 110110 111101 0 111 11110111 1001111 1000000

Color Harmonies of #6D5CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5CEC

Black with #6D5CEC

Text Example


Text Example

White with #6D5CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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