Html Css Color HEX #6D5EFA Medium Slate Blue

📋 copy color: '#6D5EFA'

red 109 ◦ green 94 ◦ blue 250

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

Shades of Medium Slate Blue #6D5EFA

Tints of Medium Slate Blue #6D5EFA

RGB

 RED value IS 109 (42.97% from 255) = 24.06%

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

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

R = 24.06%
G = 20.75%
B = 55.19%

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

#6D5EFA (or 0x6D5EFA) is known color: Medium Slate Blue. HEX triplet: 6D, 5E and FA. RGB value is (109,94,250). Sum of RGB (Red+Green+Blue) = 109+94+250=453 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.06% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D5EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D5EFA is #92A105. Grayscale: #737373. Windows color (decimal): -9609478 or 16408173. OLE color: 16408173.

HSL color Cylindrical-coordinate representation of color #6D5EFA: hue angle of 245.77º 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 #6D5EFA is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 109 94 250 -
CMYK 0.56 0.62 0 0.02
HSL 245.77º 0.94% 0.67% -
HSV(B) 245.77º 0.62% 0.98% -
XYZ 27.56 18.16 92.49 -
YUV 116.27 203.47 122.82 -
System Red Green Blue C M Y K H S L
Decimal 109 94 250 0.56 0.62 0 0.02 245.77 0.94 0.67
Hex 6D 5E FA 38 3E 0 2 F6 5E 43
Octal 155 136 372 70 76 0 2 366 136 103
Binary 1101101 1011110 11111010 111000 111110 0 10 11110110 1011110 1000011

Color Harmonies of #6D5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5EFA

Black with #6D5EFA

Text Example


Text Example

White with #6D5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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