Html Css Color HEX #6D4CDD Slate Blue

📋 copy color: '#6D4CDD'

red 109 ◦ green 76 ◦ blue 221

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

Shades of Slate Blue #6D4CDD

Tints of Slate Blue #6D4CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.72%

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

R = 26.85%
G = 18.72%
B = 54.43%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D4CDD (or 0x6D4CDD) is known color: Slate Blue. HEX triplet: 6D, 4C and DD. RGB value is (109,76,221). Sum of RGB (Red+Green+Blue) = 109+76+221=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D4CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4CDD is #92B322. Grayscale: #656565. Windows color (decimal): -9614115 or 14503021. OLE color: 14503021.

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

Color convert

RGB 109 76 221 -
CMYK 0.51 0.66 0 0.13
HSL 253.66º 0.68% 0.58% -
HSV(B) 253.66º 0.66% 0.87% -
XYZ 21.94 13.64 69.88 -
YUV 102.4 194.93 132.71 -
System Red Green Blue C M Y K H S L
Decimal 109 76 221 0.51 0.66 0 0.13 253.66 0.68 0.58
Hex 6D 4C DD 33 42 0 D FE 44 3A
Octal 155 114 335 63 102 0 15 376 104 72
Binary 1101101 1001100 11011101 110011 1000010 0 1101 11111110 1000100 111010

Color Harmonies of #6D4CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4CDD

Black with #6D4CDD

Text Example


Text Example

White with #6D4CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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