Html Css Color HEX #6D6DEC Medium Slate Blue

📋 copy color: '#6D6DEC'

red 109 ◦ green 109 ◦ blue 236

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

Shades of Medium Slate Blue #6D6DEC

Tints of Medium Slate Blue #6D6DEC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.01%

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

R = 24.01%
G = 24.01%
B = 51.98%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6D6DEC (or 0x6D6DEC) is known color: Medium Slate Blue. HEX triplet: 6D, 6D and EC. RGB value is (109,109,236). Sum of RGB (Red+Green+Blue) = 109+109+236=454 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.01% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #6D6DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D6DEC is #929213. Grayscale: #7A7A7A. Windows color (decimal): -9605652 or 15494509. OLE color: 15494509.

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

Color convert

RGB 109 109 236 -
CMYK 0.54 0.54 0 0.07
HSL 240º 0.77% 0.68% -
HSV(B) 240º 0.54% 0.93% -
XYZ 26.92 20.24 81.85 -
YUV 123.48 191.5 117.67 -
System Red Green Blue C M Y K H S L
Decimal 109 109 236 0.54 0.54 0 0.07 240 0.77 0.68
Hex 6D 6D EC 36 36 0 7 F0 4D 44
Octal 155 155 354 66 66 0 7 360 115 104
Binary 1101101 1101101 11101100 110110 110110 0 111 11110000 1001101 1000100

Color Harmonies of #6D6DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6DEC

Black with #6D6DEC

Text Example


Text Example

White with #6D6DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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