Html Css Color HEX #6D6CDD Medium Slate Blue

📋 copy color: '#6D6CDD'

red 109 ◦ green 108 ◦ blue 221

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

Shades of Medium Slate Blue #6D6CDD

Tints of Medium Slate Blue #6D6CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.66%

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

R = 24.89%
G = 24.66%
B = 50.46%

CMYK

 C value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D6CDD (or 0x6D6CDD) is known color: Medium Slate Blue. HEX triplet: 6D, 6C and DD. RGB value is (109,108,221). Sum of RGB (Red+Green+Blue) = 109+108+221=438 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.89% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D6CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6CDD is #929322. Grayscale: #787878. Windows color (decimal): -9605923 or 14511213. OLE color: 14511213.

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

Color convert

RGB 109 108 221 -
CMYK 0.51 0.51 0 0.13
HSL 240.53º 0.62% 0.65% -
HSV(B) 240.53º 0.51% 0.87% -
XYZ 24.72 19.2 70.81 -
YUV 121.18 184.33 119.31 -
System Red Green Blue C M Y K H S L
Decimal 109 108 221 0.51 0.51 0 0.13 240.53 0.62 0.65
Hex 6D 6C DD 33 33 0 D F1 3E 41
Octal 155 154 335 63 63 0 15 361 76 101
Binary 1101101 1101100 11011101 110011 110011 0 1101 11110001 111110 1000001

Color Harmonies of #6D6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6CDD

Black with #6D6CDD

Text Example


Text Example

White with #6D6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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