Html Css Color HEX #6E4AF1 Medium Slate Blue

📋 copy color: '#6E4AF1'

red 110 ◦ green 74 ◦ blue 241

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

Shades of Medium Slate Blue #6E4AF1

Tints of Medium Slate Blue #6E4AF1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.41%

 BLUE value IS 241 (94.53% from 255) = 56.71%

R = 25.88%
G = 17.41%
B = 56.71%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6E4AF1 (or 0x6E4AF1) is known color: Medium Slate Blue. HEX triplet: 6E, 4A and F1. RGB value is (110,74,241). Sum of RGB (Red+Green+Blue) = 110+74+241=425 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.88% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 241 (94.53% from 255 or 56.71% from 425); Max value from RGB is 241 - color contains mainly: blue. Hex color #6E4AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E4AF1 is #91B50E. Grayscale: #676767. Windows color (decimal): -9549071 or 15813230. OLE color: 15813230.

HSL color Cylindrical-coordinate representation of color #6E4AF1: hue angle of 252.93º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E4AF1 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 110 74 241 -
CMYK 0.54 0.69 0 0.05
HSL 252.93º 0.86% 0.62% -
HSV(B) 252.93º 0.69% 0.95% -
XYZ 24.76 14.56 84.73 -
YUV 103.8 205.43 132.42 -
System Red Green Blue C M Y K H S L
Decimal 110 74 241 0.54 0.69 0 0.05 252.93 0.86 0.62
Hex 6E 4A F1 36 45 0 5 FD 56 3E
Octal 156 112 361 66 105 0 5 375 126 76
Binary 1101110 1001010 11110001 110110 1000101 0 101 11111101 1010110 111110

Color Harmonies of #6E4AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4AF1

Black with #6E4AF1

Text Example


Text Example

White with #6E4AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,74,241); }

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

background-color css

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

 a { background-color: rgb(110,74,241); }

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

border-color css

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

 span { border-color: rgb(110,74,241); }

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