Html Css Color HEX #6E49CD Slate Blue

📋 copy color: '#6E49CD'

red 110 ◦ green 73 ◦ blue 205

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

Shades of Slate Blue #6E49CD

Tints of Slate Blue #6E49CD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.81%

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

R = 28.35%
G = 18.81%
B = 52.84%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E49CD (or 0x6E49CD) is known color: Slate Blue. HEX triplet: 6E, 49 and CD. RGB value is (110,73,205). Sum of RGB (Red+Green+Blue) = 110+73+205=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E49CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E49CD is #91B632. Grayscale: #626262. Windows color (decimal): -9549363 or 13453678. OLE color: 13453678.

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

Color convert

RGB 110 73 205 -
CMYK 0.46 0.64 0 0.20
HSL 256.82º 0.57% 0.55% -
HSV(B) 256.82º 0.64% 0.8% -
XYZ 19.83 12.49 59.12 -
YUV 99.11 187.76 135.77 -
System Red Green Blue C M Y K H S L
Decimal 110 73 205 0.46 0.64 0 0.20 256.82 0.57 0.55
Hex 6E 49 CD 2E 40 0 14 101 39 37
Octal 156 111 315 56 100 0 24 401 71 67
Binary 1101110 1001001 11001101 101110 1000000 0 10100 100000001 111001 110111

Color Harmonies of #6E49CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E49CD

Black with #6E49CD

Text Example


Text Example

White with #6E49CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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