Html Css Color HEX #6D4FD1 Slate Blue

📋 copy color: '#6D4FD1'

red 109 ◦ green 79 ◦ blue 209

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

Shades of Slate Blue #6D4FD1

Tints of Slate Blue #6D4FD1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.9%

 BLUE value IS 209 (82.03% from 255) = 52.64%

R = 27.46%
G = 19.9%
B = 52.64%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6D4FD1 (or 0x6D4FD1) is known color: Slate Blue. HEX triplet: 6D, 4F and D1. RGB value is (109,79,209). Sum of RGB (Red+Green+Blue) = 109+79+209=397 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.46% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #6D4FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4FD1 is #92B02E. Grayscale: #666666. Windows color (decimal): -9613359 or 13717357. OLE color: 13717357.

HSL color Cylindrical-coordinate representation of color #6D4FD1: hue angle of 253.85º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D4FD1 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 109 79 209 -
CMYK 0.48 0.62 0 0.18
HSL 253.85º 0.59% 0.56% -
HSV(B) 253.85º 0.62% 0.82% -
XYZ 20.61 13.45 61.83 -
YUV 102.79 187.94 132.43 -
System Red Green Blue C M Y K H S L
Decimal 109 79 209 0.48 0.62 0 0.18 253.85 0.59 0.56
Hex 6D 4F D1 30 3E 0 12 FE 3B 38
Octal 155 117 321 60 76 0 22 376 73 70
Binary 1101101 1001111 11010001 110000 111110 0 10010 11111110 111011 111000

Color Harmonies of #6D4FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4FD1

Black with #6D4FD1

Text Example


Text Example

White with #6D4FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,79,209); }

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

background-color css

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

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

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

border-color css

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

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

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