Html Css Color HEX #6E41EC Slate Blue

📋 copy color: '#6E41EC'

red 110 ◦ green 65 ◦ blue 236

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

Shades of Slate Blue #6E41EC

Tints of Slate Blue #6E41EC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.82%

 BLUE value IS 236 (92.58% from 255) = 57.42%

R = 26.76%
G = 15.82%
B = 57.42%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6E41EC (or 0x6E41EC) is known color: Slate Blue. HEX triplet: 6E, 41 and EC. RGB value is (110,65,236). Sum of RGB (Red+Green+Blue) = 110+65+236=411 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.76% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #6E41EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E41EC is #91BE13. Grayscale: #616161. Windows color (decimal): -9551380 or 15483246. OLE color: 15483246.

HSL color Cylindrical-coordinate representation of color #6E41EC: hue angle of 255.79º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E41EC is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 65 236 -
CMYK 0.53 0.72 0 0.07
HSL 255.79º 0.82% 0.59% -
HSV(B) 255.79º 0.72% 0.93% -
XYZ 23.46 13.15 80.66 -
YUV 97.95 205.91 136.6 -
System Red Green Blue C M Y K H S L
Decimal 110 65 236 0.53 0.72 0 0.07 255.79 0.82 0.59
Hex 6E 41 EC 35 48 0 7 100 52 3B
Octal 156 101 354 65 110 0 7 400 122 73
Binary 1101110 1000001 11101100 110101 1001000 0 111 100000000 1010010 111011

Color Harmonies of #6E41EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E41EC

Black with #6E41EC

Text Example


Text Example

White with #6E41EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,65,236); }

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

background-color css

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

 a { background-color: rgb(110,65,236); }

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

border-color css

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

 span { border-color: rgb(110,65,236); }

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