Html Css Color HEX #6D5FEB Medium Slate Blue

📋 copy color: '#6D5FEB'

red 109 ◦ green 95 ◦ blue 235

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

Shades of Medium Slate Blue #6D5FEB

Tints of Medium Slate Blue #6D5FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.53%

R = 24.83%
G = 21.64%
B = 53.53%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6D5FEB (or 0x6D5FEB) is known color: Medium Slate Blue. HEX triplet: 6D, 5F and EB. RGB value is (109,95,235). Sum of RGB (Red+Green+Blue) = 109+95+235=439 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.83% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #6D5FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D5FEB is #92A014. Grayscale: #727272. Windows color (decimal): -9609237 or 15425389. OLE color: 15425389.

HSL color Cylindrical-coordinate representation of color #6D5FEB: hue angle of 246º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D5FEB is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 95 235 -
CMYK 0.54 0.60 0 0.08
HSL 246º 0.78% 0.65% -
HSV(B) 246º 0.6% 0.92% -
XYZ 25.39 17.43 80.62 -
YUV 115.15 195.64 123.62 -
System Red Green Blue C M Y K H S L
Decimal 109 95 235 0.54 0.60 0 0.08 246 0.78 0.65
Hex 6D 5F EB 36 3C 0 8 F6 4E 41
Octal 155 137 353 66 74 0 10 366 116 101
Binary 1101101 1011111 11101011 110110 111100 0 1000 11110110 1001110 1000001

Color Harmonies of #6D5FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5FEB

Black with #6D5FEB

Text Example


Text Example

White with #6D5FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,95,235); }

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

background-color css

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

 a { background-color: rgb(109,95,235); }

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

border-color css

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

 span { border-color: rgb(109,95,235); }

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