Html Css Color HEX #6D5FF6 Medium Slate Blue

📋 copy color: '#6D5FF6'

red 109 ◦ green 95 ◦ blue 246

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

Shades of Medium Slate Blue #6D5FF6

Tints of Medium Slate Blue #6D5FF6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.11%

 BLUE value IS 246 (96.48% from 255) = 54.67%

R = 24.22%
G = 21.11%
B = 54.67%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6D5FF6 (or 0x6D5FF6) is known color: Medium Slate Blue. HEX triplet: 6D, 5F and F6. RGB value is (109,95,246). Sum of RGB (Red+Green+Blue) = 109+95+246=450 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.22% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 246 (96.48% from 255 or 54.67% from 450); Max value from RGB is 246 - color contains mainly: blue. Hex color #6D5FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D5FF6 is #92A009. Grayscale: #737373. Windows color (decimal): -9609226 or 16146285. OLE color: 16146285.

HSL color Cylindrical-coordinate representation of color #6D5FF6: hue angle of 245.56º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D5FF6 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 109 95 246 -
CMYK 0.56 0.61 0 0.04
HSL 245.56º 0.89% 0.67% -
HSV(B) 245.56º 0.61% 0.96% -
XYZ 27.03 18.09 89.26 -
YUV 116.4 201.14 122.72 -
System Red Green Blue C M Y K H S L
Decimal 109 95 246 0.56 0.61 0 0.04 245.56 0.89 0.67
Hex 6D 5F F6 38 3D 0 4 F6 59 43
Octal 155 137 366 70 75 0 4 366 131 103
Binary 1101101 1011111 11110110 111000 111101 0 100 11110110 1011001 1000011

Color Harmonies of #6D5FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5FF6

Black with #6D5FF6

Text Example


Text Example

White with #6D5FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,95,246); }

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

background-color css

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

 a { background-color: rgb(109,95,246); }

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

border-color css

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

 span { border-color: rgb(109,95,246); }

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