Html Css Color HEX #6D47CA Slate Blue

📋 copy color: '#6D47CA'

red 109 ◦ green 71 ◦ blue 202

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

Shades of Slate Blue #6D47CA

Tints of Slate Blue #6D47CA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.59%

 BLUE value IS 202 (79.3% from 255) = 52.88%

R = 28.53%
G = 18.59%
B = 52.88%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6D47CA (or 0x6D47CA) is known color: Slate Blue. HEX triplet: 6D, 47 and CA. RGB value is (109,71,202). Sum of RGB (Red+Green+Blue) = 109+71+202=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D47CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D47CA is #92B835. Grayscale: #606060. Windows color (decimal): -9615414 or 13256557. OLE color: 13256557.

HSL color Cylindrical-coordinate representation of color #6D47CA: hue angle of 257.4º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D47CA is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 109 71 202 -
CMYK 0.46 0.65 0 0.21
HSL 257.4º 0.55% 0.54% -
HSV(B) 257.4º 0.65% 0.79% -
XYZ 19.22 12.02 57.18 -
YUV 97.3 187.09 136.35 -
System Red Green Blue C M Y K H S L
Decimal 109 71 202 0.46 0.65 0 0.21 257.4 0.55 0.54
Hex 6D 47 CA 2E 41 0 15 101 37 36
Octal 155 107 312 56 101 0 25 401 67 66
Binary 1101101 1000111 11001010 101110 1000001 0 10101 100000001 110111 110110

Color Harmonies of #6D47CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D47CA

Black with #6D47CA

Text Example


Text Example

White with #6D47CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,71,202); }

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

background-color css

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

 a { background-color: rgb(109,71,202); }

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

border-color css

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

 span { border-color: rgb(109,71,202); }

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