Html Css Color HEX #6D4ACE Slate Blue

📋 copy color: '#6D4ACE'

red 109 ◦ green 74 ◦ blue 206

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

Shades of Slate Blue #6D4ACE

Tints of Slate Blue #6D4ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.02%

 BLUE value IS 206 (80.86% from 255) = 52.96%

R = 28.02%
G = 19.02%
B = 52.96%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D4ACE (or 0x6D4ACE) is known color: Slate Blue. HEX triplet: 6D, 4A and CE. RGB value is (109,74,206). Sum of RGB (Red+Green+Blue) = 109+74+206=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D4ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4ACE is #92B531. Grayscale: #636363. Windows color (decimal): -9614642 or 13519469. OLE color: 13519469.

HSL color Cylindrical-coordinate representation of color #6D4ACE: hue angle of 255.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D4ACE is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 74 206 -
CMYK 0.47 0.64 0 0.19
HSL 255.91º 0.57% 0.55% -
HSV(B) 255.91º 0.64% 0.81% -
XYZ 19.9 12.61 59.78 -
YUV 99.51 188.1 134.77 -
System Red Green Blue C M Y K H S L
Decimal 109 74 206 0.47 0.64 0 0.19 255.91 0.57 0.55
Hex 6D 4A CE 2F 40 0 13 100 39 37
Octal 155 112 316 57 100 0 23 400 71 67
Binary 1101101 1001010 11001110 101111 1000000 0 10011 100000000 111001 110111

Color Harmonies of #6D4ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4ACE

Black with #6D4ACE

Text Example


Text Example

White with #6D4ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,74,206); }

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

background-color css

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

 a { background-color: rgb(109,74,206); }

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

border-color css

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

 span { border-color: rgb(109,74,206); }

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