Html Css Color HEX #6E5EFA Medium Slate Blue

📋 copy color: '#6E5EFA'

red 110 ◦ green 94 ◦ blue 250

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

Shades of Medium Slate Blue #6E5EFA

Tints of Medium Slate Blue #6E5EFA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.7%

 BLUE value IS 250 (98.05% from 255) = 55.07%

R = 24.23%
G = 20.7%
B = 55.07%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6E5EFA (or 0x6E5EFA) is known color: Medium Slate Blue. HEX triplet: 6E, 5E and FA. RGB value is (110,94,250). Sum of RGB (Red+Green+Blue) = 110+94+250=454 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.23% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E5EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5EFA is #91A105. Grayscale: #737373. Windows color (decimal): -9543942 or 16408174. OLE color: 16408174.

HSL color Cylindrical-coordinate representation of color #6E5EFA: hue angle of 246.15º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E5EFA is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 94 250 -
CMYK 0.56 0.62 0 0.02
HSL 246.15º 0.94% 0.67% -
HSV(B) 246.15º 0.62% 0.98% -
XYZ 27.69 18.22 92.5 -
YUV 116.57 203.3 123.32 -
System Red Green Blue C M Y K H S L
Decimal 110 94 250 0.56 0.62 0 0.02 246.15 0.94 0.67
Hex 6E 5E FA 38 3E 0 2 F6 5E 43
Octal 156 136 372 70 76 0 2 366 136 103
Binary 1101110 1011110 11111010 111000 111110 0 10 11110110 1011110 1000011

Color Harmonies of #6E5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5EFA

Black with #6E5EFA

Text Example


Text Example

White with #6E5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,94,250); }

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

background-color css

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

 a { background-color: rgb(110,94,250); }

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

border-color css

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

 span { border-color: rgb(110,94,250); }

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