Html Css Color HEX #6E54F1 Medium Slate Blue

📋 copy color: '#6E54F1'

red 110 ◦ green 84 ◦ blue 241

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

Shades of Medium Slate Blue #6E54F1

Tints of Medium Slate Blue #6E54F1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.31%

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

R = 25.29%
G = 19.31%
B = 55.4%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6E54F1 (or 0x6E54F1) is known color: Medium Slate Blue. HEX triplet: 6E, 54 and F1. RGB value is (110,84,241). Sum of RGB (Red+Green+Blue) = 110+84+241=435 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.29% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 241 (94.53% from 255 or 55.40% from 435); Max value from RGB is 241 - color contains mainly: blue. Hex color #6E54F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E54F1 is #91AB0E. Grayscale: #6D6D6D. Windows color (decimal): -9546511 or 15815790. OLE color: 15815790.

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

Color convert

RGB 110 84 241 -
CMYK 0.54 0.65 0 0.05
HSL 249.94º 0.85% 0.64% -
HSV(B) 249.94º 0.65% 0.95% -
XYZ 25.48 16.01 84.97 -
YUV 109.67 202.11 128.23 -
System Red Green Blue C M Y K H S L
Decimal 110 84 241 0.54 0.65 0 0.05 249.94 0.85 0.64
Hex 6E 54 F1 36 41 0 5 FA 55 40
Octal 156 124 361 66 101 0 5 372 125 100
Binary 1101110 1010100 11110001 110110 1000001 0 101 11111010 1010101 1000000

Color Harmonies of #6E54F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E54F1

Black with #6E54F1

Text Example


Text Example

White with #6E54F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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