Html Css Color HEX #6D4DE3 Slate Blue

📋 copy color: '#6D4DE3'

red 109 ◦ green 77 ◦ blue 227

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

Shades of Slate Blue #6D4DE3

Tints of Slate Blue #6D4DE3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.64%

 BLUE value IS 227 (89.06% from 255) = 54.96%

R = 26.39%
G = 18.64%
B = 54.96%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6D4DE3 (or 0x6D4DE3) is known color: Slate Blue. HEX triplet: 6D, 4D and E3. RGB value is (109,77,227). Sum of RGB (Red+Green+Blue) = 109+77+227=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 227 (89.06% from 255 or 54.96% from 413); Max value from RGB is 227 - color contains mainly: blue. Hex color #6D4DE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4DE3 is #92B21C. Grayscale: #676767. Windows color (decimal): -9613853 or 14896493. OLE color: 14896493.

HSL color Cylindrical-coordinate representation of color #6D4DE3: hue angle of 252.8º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D4DE3 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 109 77 227 -
CMYK 0.52 0.66 0 0.11
HSL 252.8º 0.73% 0.6% -
HSV(B) 252.8º 0.66% 0.89% -
XYZ 22.83 14.11 74.19 -
YUV 103.67 197.6 131.8 -
System Red Green Blue C M Y K H S L
Decimal 109 77 227 0.52 0.66 0 0.11 252.8 0.73 0.6
Hex 6D 4D E3 34 42 0 B FD 49 3C
Octal 155 115 343 64 102 0 13 375 111 74
Binary 1101101 1001101 11100011 110100 1000010 0 1011 11111101 1001001 111100

Color Harmonies of #6D4DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4DE3

Black with #6D4DE3

Text Example


Text Example

White with #6D4DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,77,227); }

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

background-color css

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

 a { background-color: rgb(109,77,227); }

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

border-color css

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

 span { border-color: rgb(109,77,227); }

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