Html Css Color HEX #6D4DFC Medium Slate Blue

📋 copy color: '#6D4DFC'

red 109 ◦ green 77 ◦ blue 252

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

Shades of Medium Slate Blue #6D4DFC

Tints of Medium Slate Blue #6D4DFC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.58%

 BLUE value IS 252 (98.83% from 255) = 57.53%

R = 24.89%
G = 17.58%
B = 57.53%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D4DFC (or 0x6D4DFC) is known color: Medium Slate Blue. HEX triplet: 6D, 4D and FC. RGB value is (109,77,252). Sum of RGB (Red+Green+Blue) = 109+77+252=438 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.89% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D4DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D4DFC is #92B203. Grayscale: #696969. Windows color (decimal): -9613828 or 16534893. OLE color: 16534893.

HSL color Cylindrical-coordinate representation of color #6D4DFC: hue angle of 250.97º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D4DFC is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 109 77 252 -
CMYK 0.57 0.69 0 0.01
HSL 250.97º 0.97% 0.65% -
HSV(B) 250.97º 0.69% 0.99% -
XYZ 26.53 15.59 93.71 -
YUV 106.52 210.1 129.77 -
System Red Green Blue C M Y K H S L
Decimal 109 77 252 0.57 0.69 0 0.01 250.97 0.97 0.65
Hex 6D 4D FC 39 45 0 1 FB 61 41
Octal 155 115 374 71 105 0 1 373 141 101
Binary 1101101 1001101 11111100 111001 1000101 0 1 11111011 1100001 1000001

Color Harmonies of #6D4DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4DFC

Black with #6D4DFC

Text Example


Text Example

White with #6D4DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,77,252); }

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

background-color css

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

 a { background-color: rgb(109,77,252); }

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

border-color css

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

 span { border-color: rgb(109,77,252); }

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