Html Css Color HEX #6E4EDC Slate Blue

📋 copy color: '#6E4EDC'

red 110 ◦ green 78 ◦ blue 220

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

Shades of Slate Blue #6E4EDC

Tints of Slate Blue #6E4EDC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.12%

 BLUE value IS 220 (86.33% from 255) = 53.92%

R = 26.96%
G = 19.12%
B = 53.92%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E4EDC (or 0x6E4EDC) is known color: Slate Blue. HEX triplet: 6E, 4E and DC. RGB value is (110,78,220). Sum of RGB (Red+Green+Blue) = 110+78+220=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E4EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4EDC is #91B123. Grayscale: #676767. Windows color (decimal): -9548068 or 14437998. OLE color: 14437998.

HSL color Cylindrical-coordinate representation of color #6E4EDC: hue angle of 253.52º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E4EDC is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 78 220 -
CMYK 0.50 0.65 0 0.14
HSL 253.52º 0.67% 0.58% -
HSV(B) 253.52º 0.65% 0.86% -
XYZ 22.07 13.93 69.24 -
YUV 103.76 193.6 132.45 -
System Red Green Blue C M Y K H S L
Decimal 110 78 220 0.50 0.65 0 0.14 253.52 0.67 0.58
Hex 6E 4E DC 32 41 0 E FE 43 3A
Octal 156 116 334 62 101 0 16 376 103 72
Binary 1101110 1001110 11011100 110010 1000001 0 1110 11111110 1000011 111010

Color Harmonies of #6E4EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4EDC

Black with #6E4EDC

Text Example


Text Example

White with #6E4EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,78,220); }

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

background-color css

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

 a { background-color: rgb(110,78,220); }

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

border-color css

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

 span { border-color: rgb(110,78,220); }

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