Html Css Color HEX #6D5BFF Medium Slate Blue

📋 copy color: '#6D5BFF'

red 109 ◦ green 91 ◦ blue 255

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

Shades of Medium Slate Blue #6D5BFF

Tints of Medium Slate Blue #6D5BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20%

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

R = 23.96%
G = 20%
B = 56.04%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6D5BFF (or 0x6D5BFF) is known color: Medium Slate Blue. HEX triplet: 6D, 5B and FF. RGB value is (109,91,255). Sum of RGB (Red+Green+Blue) = 109+91+255=455 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.96% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D5BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D5BFF is #92A400. Grayscale: #727272. Windows color (decimal): -9610241 or 16735085. OLE color: 16735085.

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

Color convert

RGB 109 91 255 -
CMYK 0.57 0.64 0 0
HSL 246.59º 1% 0.68% -
HSV(B) 246.59º 0.64% 1% -
XYZ 28.1 17.95 96.59 -
YUV 115.08 206.96 123.66 -
System Red Green Blue C M Y K H S L
Decimal 109 91 255 0.57 0.64 0 0 246.59 1 0.68
Hex 6D 5B FF 39 40 0 0 F7 64 44
Octal 155 133 377 71 100 0 0 367 144 104
Binary 1101101 1011011 11111111 111001 1000000 0 0 11110111 1100100 1000100

Color Harmonies of #6D5BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5BFF

Black with #6D5BFF

Text Example


Text Example

White with #6D5BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,91,255); }

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

background-color css

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

 a { background-color: rgb(109,91,255); }

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

border-color css

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

 span { border-color: rgb(109,91,255); }

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