Html Css Color HEX #6D49D9 Slate Blue

📋 copy color: '#6D49D9'

red 109 ◦ green 73 ◦ blue 217

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

Shades of Slate Blue #6D49D9

Tints of Slate Blue #6D49D9

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.3%

 BLUE value IS 217 (85.16% from 255) = 54.39%

R = 27.32%
G = 18.3%
B = 54.39%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6D49D9 (or 0x6D49D9) is known color: Slate Blue. HEX triplet: 6D, 49 and D9. RGB value is (109,73,217). Sum of RGB (Red+Green+Blue) = 109+73+217=399 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.32% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 217 (85.16% from 255 or 54.39% from 399); Max value from RGB is 217 - color contains mainly: blue. Hex color #6D49D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D49D9 is #92B626. Grayscale: #636363. Windows color (decimal): -9614887 or 14240109. OLE color: 14240109.

HSL color Cylindrical-coordinate representation of color #6D49D9: hue angle of 255º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D49D9 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 73 217 -
CMYK 0.50 0.66 0 0.15
HSL 255º 0.65% 0.57% -
HSV(B) 255º 0.66% 0.85% -
XYZ 21.21 13.03 67.04 -
YUV 100.18 193.93 134.29 -
System Red Green Blue C M Y K H S L
Decimal 109 73 217 0.50 0.66 0 0.15 255 0.65 0.57
Hex 6D 49 D9 32 42 0 F FF 41 39
Octal 155 111 331 62 102 0 17 377 101 71
Binary 1101101 1001001 11011001 110010 1000010 0 1111 11111111 1000001 111001

Color Harmonies of #6D49D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D49D9

Black with #6D49D9

Text Example


Text Example

White with #6D49D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,73,217); }

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

background-color css

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

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

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

border-color css

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

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

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