Html Css Color HEX #6D6ADD Medium Slate Blue

📋 copy color: '#6D6ADD'

red 109 ◦ green 106 ◦ blue 221

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

Shades of Medium Slate Blue #6D6ADD

Tints of Medium Slate Blue #6D6ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.31%

 BLUE value IS 221 (86.72% from 255) = 50.69%

R = 25%
G = 24.31%
B = 50.69%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D6ADD (or 0x6D6ADD) is known color: Medium Slate Blue. HEX triplet: 6D, 6A and DD. RGB value is (109,106,221). Sum of RGB (Red+Green+Blue) = 109+106+221=436 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D6ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6ADD is #929522. Grayscale: #777777. Windows color (decimal): -9606435 or 14510701. OLE color: 14510701.

HSL color Cylindrical-coordinate representation of color #6D6ADD: hue angle of 241.57º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D6ADD is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 106 221 -
CMYK 0.51 0.52 0 0.13
HSL 241.57º 0.63% 0.64% -
HSV(B) 241.57º 0.52% 0.87% -
XYZ 24.51 18.78 70.74 -
YUV 120.01 184.99 120.15 -
System Red Green Blue C M Y K H S L
Decimal 109 106 221 0.51 0.52 0 0.13 241.57 0.63 0.64
Hex 6D 6A DD 33 34 0 D F2 3F 40
Octal 155 152 335 63 64 0 15 362 77 100
Binary 1101101 1101010 11011101 110011 110100 0 1101 11110010 111111 1000000

Color Harmonies of #6D6ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6ADD

Black with #6D6ADD

Text Example


Text Example

White with #6D6ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,106,221); }

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

background-color css

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

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

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

border-color css

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

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

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