Html Css Color HEX #6E5FEC Medium Slate Blue

📋 copy color: '#6E5FEC'

red 110 ◦ green 95 ◦ blue 236

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

Shades of Medium Slate Blue #6E5FEC

Tints of Medium Slate Blue #6E5FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.54%

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

R = 24.94%
G = 21.54%
B = 53.51%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6E5FEC (or 0x6E5FEC) is known color: Medium Slate Blue. HEX triplet: 6E, 5F and EC. RGB value is (110,95,236). Sum of RGB (Red+Green+Blue) = 110+95+236=441 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.94% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #6E5FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5FEC is #91A013. Grayscale: #737373. Windows color (decimal): -9543700 or 15490926. OLE color: 15490926.

HSL color Cylindrical-coordinate representation of color #6E5FEC: hue angle of 246.38º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E5FEC is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 95 236 -
CMYK 0.53 0.60 0 0.07
HSL 246.38º 0.79% 0.65% -
HSV(B) 246.38º 0.6% 0.93% -
XYZ 25.66 17.56 81.39 -
YUV 115.56 195.97 124.04 -
System Red Green Blue C M Y K H S L
Decimal 110 95 236 0.53 0.60 0 0.07 246.38 0.79 0.65
Hex 6E 5F EC 35 3C 0 7 F6 4F 41
Octal 156 137 354 65 74 0 7 366 117 101
Binary 1101110 1011111 11101100 110101 111100 0 111 11110110 1001111 1000001

Color Harmonies of #6E5FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5FEC

Black with #6E5FEC

Text Example


Text Example

White with #6E5FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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