Html Css Color HEX #6E47CD Slate Blue

📋 copy color: '#6E47CD'

red 110 ◦ green 71 ◦ blue 205

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

Shades of Slate Blue #6E47CD

Tints of Slate Blue #6E47CD

RGB

 RED value IS 110 (43.36% from 255) = 28.5%

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

 BLUE value IS 205 (80.47% from 255) = 53.11%

R = 28.5%
G = 18.39%
B = 53.11%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E47CD (or 0x6E47CD) is known color: Slate Blue. HEX triplet: 6E, 47 and CD. RGB value is (110,71,205). Sum of RGB (Red+Green+Blue) = 110+71+205=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E47CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E47CD is #91B832. Grayscale: #616161. Windows color (decimal): -9549875 or 13453166. OLE color: 13453166.

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

Color convert

RGB 110 71 205 -
CMYK 0.46 0.65 0 0.20
HSL 257.46º 0.57% 0.54% -
HSV(B) 257.46º 0.65% 0.8% -
XYZ 19.7 12.23 59.08 -
YUV 97.94 188.42 136.6 -
System Red Green Blue C M Y K H S L
Decimal 110 71 205 0.46 0.65 0 0.20 257.46 0.57 0.54
Hex 6E 47 CD 2E 41 0 14 101 39 36
Octal 156 107 315 56 101 0 24 401 71 66
Binary 1101110 1000111 11001101 101110 1000001 0 10100 100000001 111001 110110

Color Harmonies of #6E47CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E47CD

Black with #6E47CD

Text Example


Text Example

White with #6E47CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,71,205); }

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

background-color css

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

 a { background-color: rgb(110,71,205); }

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

border-color css

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

 span { border-color: rgb(110,71,205); }

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