Html Css Color HEX #6D4FFC Medium Slate Blue

📋 copy color: '#6D4FFC'

red 109 ◦ green 79 ◦ blue 252

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

Shades of Medium Slate Blue #6D4FFC

Tints of Medium Slate Blue #6D4FFC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.95%

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

R = 24.77%
G = 17.95%
B = 57.27%

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

#6D4FFC (or 0x6D4FFC) is known color: Medium Slate Blue. HEX triplet: 6D, 4F and FC. RGB value is (109,79,252). Sum of RGB (Red+Green+Blue) = 109+79+252=440 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.77% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D4FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D4FFC is #92B003. Grayscale: #6B6B6B. Windows color (decimal): -9613316 or 16535405. OLE color: 16535405.

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

Color convert

RGB 109 79 252 -
CMYK 0.57 0.69 0 0.01
HSL 250.4º 0.97% 0.65% -
HSV(B) 250.4º 0.69% 0.99% -
XYZ 26.67 15.87 93.75 -
YUV 107.69 209.44 128.93 -
System Red Green Blue C M Y K H S L
Decimal 109 79 252 0.57 0.69 0 0.01 250.4 0.97 0.65
Hex 6D 4F FC 39 45 0 1 FA 61 41
Octal 155 117 374 71 105 0 1 372 141 101
Binary 1101101 1001111 11111100 111001 1000101 0 1 11111010 1100001 1000001

Color Harmonies of #6D4FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4FFC

Black with #6D4FFC

Text Example


Text Example

White with #6D4FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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