Html Css Color HEX #6D4CFB Medium Slate Blue

📋 copy color: '#6D4CFB'

red 109 ◦ green 76 ◦ blue 251

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

Shades of Medium Slate Blue #6D4CFB

Tints of Medium Slate Blue #6D4CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.57%

R = 25%
G = 17.43%
B = 57.57%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6D4CFB (or 0x6D4CFB) is known color: Medium Slate Blue. HEX triplet: 6D, 4C and FB. RGB value is (109,76,251). Sum of RGB (Red+Green+Blue) = 109+76+251=436 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #6D4CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4CFB is #92B304. Grayscale: #696969. Windows color (decimal): -9614085 or 16469101. OLE color: 16469101.

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

Color convert

RGB 109 76 251 -
CMYK 0.57 0.70 0 0.02
HSL 251.31º 0.96% 0.64% -
HSV(B) 251.31º 0.7% 0.98% -
XYZ 26.3 15.39 92.85 -
YUV 105.82 209.93 130.27 -
System Red Green Blue C M Y K H S L
Decimal 109 76 251 0.57 0.70 0 0.02 251.31 0.96 0.64
Hex 6D 4C FB 39 46 0 2 FB 60 40
Octal 155 114 373 71 106 0 2 373 140 100
Binary 1101101 1001100 11111011 111001 1000110 0 10 11111011 1100000 1000000

Color Harmonies of #6D4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4CFB

Black with #6D4CFB

Text Example


Text Example

White with #6D4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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