Html Css Color HEX #6D5CFF Medium Slate Blue

📋 copy color: '#6D5CFF'

red 109 ◦ green 92 ◦ blue 255

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

Shades of Medium Slate Blue #6D5CFF

Tints of Medium Slate Blue #6D5CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.18%

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

R = 23.9%
G = 20.18%
B = 55.92%

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

#6D5CFF (or 0x6D5CFF) is known color: Medium Slate Blue. HEX triplet: 6D, 5C and FF. RGB value is (109,92,255). Sum of RGB (Red+Green+Blue) = 109+92+255=456 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.90% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D5CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D5CFF is #92A300. Grayscale: #737373. Windows color (decimal): -9609985 or 16735341. OLE color: 16735341.

HSL color Cylindrical-coordinate representation of color #6D5CFF: hue angle of 246.26º 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 #6D5CFF is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 109 92 255 -
CMYK 0.57 0.64 0 0
HSL 246.26º 1% 0.68% -
HSV(B) 246.26º 0.64% 1% -
XYZ 28.18 18.13 96.62 -
YUV 115.67 206.63 123.25 -
System Red Green Blue C M Y K H S L
Decimal 109 92 255 0.57 0.64 0 0 246.26 1 0.68
Hex 6D 5C FF 39 40 0 0 F6 64 44
Octal 155 134 377 71 100 0 0 366 144 104
Binary 1101101 1011100 11111111 111001 1000000 0 0 11110110 1100100 1000100

Color Harmonies of #6D5CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5CFF

Black with #6D5CFF

Text Example


Text Example

White with #6D5CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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