Html Css Color HEX #6D4EE8 Slate Blue

📋 copy color: '#6D4EE8'

red 109 ◦ green 78 ◦ blue 232

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

Shades of Slate Blue #6D4EE8

Tints of Slate Blue #6D4EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 55.37%

R = 26.01%
G = 18.62%
B = 55.37%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6D4EE8 (or 0x6D4EE8) is known color: Slate Blue. HEX triplet: 6D, 4E and E8. RGB value is (109,78,232). Sum of RGB (Red+Green+Blue) = 109+78+232=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 232 (91.02% from 255 or 55.37% from 419); Max value from RGB is 232 - color contains mainly: blue. Hex color #6D4EE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D4EE8 is #92B117. Grayscale: #686868. Windows color (decimal): -9613592 or 15224429. OLE color: 15224429.

HSL color Cylindrical-coordinate representation of color #6D4EE8: hue angle of 252.08º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D4EE8 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 109 78 232 -
CMYK 0.53 0.66 0 0.09
HSL 252.08º 0.77% 0.61% -
HSV(B) 252.08º 0.66% 0.91% -
XYZ 23.6 14.53 77.9 -
YUV 104.83 199.77 130.98 -
System Red Green Blue C M Y K H S L
Decimal 109 78 232 0.53 0.66 0 0.09 252.08 0.77 0.61
Hex 6D 4E E8 35 42 0 9 FC 4D 3D
Octal 155 116 350 65 102 0 11 374 115 75
Binary 1101101 1001110 11101000 110101 1000010 0 1001 11111100 1001101 111101

Color Harmonies of #6D4EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4EE8

Black with #6D4EE8

Text Example


Text Example

White with #6D4EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,78,232); }

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

background-color css

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

 a { background-color: rgb(109,78,232); }

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

border-color css

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

 span { border-color: rgb(109,78,232); }

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