Html Css Color HEX #6D4CFC Medium Slate Blue

📋 copy color: '#6D4CFC'

red 109 ◦ green 76 ◦ blue 252

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

Shades of Medium Slate Blue #6D4CFC

Tints of Medium Slate Blue #6D4CFC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.39%

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

R = 24.94%
G = 17.39%
B = 57.67%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D4CFC (or 0x6D4CFC) is known color: Medium Slate Blue. HEX triplet: 6D, 4C and FC. RGB value is (109,76,252). Sum of RGB (Red+Green+Blue) = 109+76+252=437 (57% of max value = 765). Red value is 109 (42.97% from 255 or 24.94% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D4CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4CFC is #92B303. Grayscale: #696969. Windows color (decimal): -9614084 or 16534637. OLE color: 16534637.

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

Color convert

RGB 109 76 252 -
CMYK 0.57 0.70 0 0.01
HSL 251.25º 0.97% 0.64% -
HSV(B) 251.25º 0.7% 0.99% -
XYZ 26.46 15.45 93.68 -
YUV 105.93 210.43 130.19 -
System Red Green Blue C M Y K H S L
Decimal 109 76 252 0.57 0.70 0 0.01 251.25 0.97 0.64
Hex 6D 4C FC 39 46 0 1 FB 61 40
Octal 155 114 374 71 106 0 1 373 141 100
Binary 1101101 1001100 11111100 111001 1000110 0 1 11111011 1100001 1000000

Color Harmonies of #6D4CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4CFC

Black with #6D4CFC

Text Example


Text Example

White with #6D4CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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