Html Css Color HEX #6E4BFF Medium Slate Blue

📋 copy color: '#6E4BFF'

red 110 ◦ green 75 ◦ blue 255

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

Shades of Medium Slate Blue #6E4BFF

Tints of Medium Slate Blue #6E4BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.05%

 BLUE value IS 255 (100% from 255) = 57.95%

R = 25%
G = 17.05%
B = 57.95%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6E4BFF (or 0x6E4BFF) is known color: Medium Slate Blue. HEX triplet: 6E, 4B and FF. RGB value is (110,75,255). Sum of RGB (Red+Green+Blue) = 110+75+255=440 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E4BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E4BFF is #91B400. Grayscale: #696969. Windows color (decimal): -9548801 or 16730990. OLE color: 16730990.

HSL color Cylindrical-coordinate representation of color #6E4BFF: hue angle of 251.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E4BFF is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 110 75 255 -
CMYK 0.57 0.71 0 0
HSL 251.67º 1% 0.65% -
HSV(B) 251.67º 0.71% 1% -
XYZ 27 15.57 96.19 -
YUV 105.99 212.1 130.86 -
System Red Green Blue C M Y K H S L
Decimal 110 75 255 0.57 0.71 0 0 251.67 1 0.65
Hex 6E 4B FF 39 47 0 0 FC 64 41
Octal 156 113 377 71 107 0 0 374 144 101
Binary 1101110 1001011 11111111 111001 1000111 0 0 11111100 1100100 1000001

Color Harmonies of #6E4BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4BFF

Black with #6E4BFF

Text Example


Text Example

White with #6E4BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,75,255); }

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

background-color css

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

 a { background-color: rgb(110,75,255); }

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

border-color css

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

 span { border-color: rgb(110,75,255); }

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