Html Css Color HEX #6D5CFD Medium Slate Blue

📋 copy color: '#6D5CFD'

red 109 ◦ green 92 ◦ blue 253

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

Shades of Medium Slate Blue #6D5CFD

Tints of Medium Slate Blue #6D5CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.73%

R = 24.01%
G = 20.26%
B = 55.73%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D5CFD (or 0x6D5CFD) is known color: Medium Slate Blue. HEX triplet: 6D, 5C and FD. RGB value is (109,92,253). Sum of RGB (Red+Green+Blue) = 109+92+253=454 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.01% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D5CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D5CFD is #92A302. Grayscale: #727272. Windows color (decimal): -9609987 or 16604269. OLE color: 16604269.

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

Color convert

RGB 109 92 253 -
CMYK 0.57 0.64 0 0.01
HSL 246.34º 0.98% 0.68% -
HSV(B) 246.34º 0.64% 0.99% -
XYZ 27.86 18 94.93 -
YUV 115.44 205.63 123.41 -
System Red Green Blue C M Y K H S L
Decimal 109 92 253 0.57 0.64 0 0.01 246.34 0.98 0.68
Hex 6D 5C FD 39 40 0 1 F6 62 44
Octal 155 134 375 71 100 0 1 366 142 104
Binary 1101101 1011100 11111101 111001 1000000 0 1 11110110 1100010 1000100

Color Harmonies of #6D5CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5CFD

Black with #6D5CFD

Text Example


Text Example

White with #6D5CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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