Html Css Color HEX #6F49FF Medium Slate Blue

📋 copy color: '#6F49FF'

red 111 ◦ green 73 ◦ blue 255

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

Shades of Medium Slate Blue #6F49FF

Tints of Medium Slate Blue #6F49FF

RGB

 RED value IS 111 (43.75% from 255) = 25.28%

 GREEN value IS 73 (28.91% from 255) = 16.63%

 BLUE value IS 255 (100% from 255) = 58.09%

R = 25.28%
G = 16.63%
B = 58.09%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6F49FF (or 0x6F49FF) is known color: Medium Slate Blue. HEX triplet: 6F, 49 and FF. RGB value is (111,73,255). Sum of RGB (Red+Green+Blue) = 111+73+255=439 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.28% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F49FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F49FF is #90B600. Grayscale: #686868. Windows color (decimal): -9483777 or 16730479. OLE color: 16730479.

HSL color Cylindrical-coordinate representation of color #6F49FF: hue angle of 252.53º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F49FF is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 111 73 255 -
CMYK 0.56 0.71 0 0
HSL 252.53º 1% 0.64% -
HSV(B) 252.53º 0.71% 1% -
XYZ 26.99 15.36 96.15 -
YUV 105.11 212.59 132.2 -
System Red Green Blue C M Y K H S L
Decimal 111 73 255 0.56 0.71 0 0 252.53 1 0.64
Hex 6F 49 FF 38 47 0 0 FD 64 40
Octal 157 111 377 70 107 0 0 375 144 100
Binary 1101111 1001001 11111111 111000 1000111 0 0 11111101 1100100 1000000

Color Harmonies of #6F49FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F49FF

Black with #6F49FF

Text Example


Text Example

White with #6F49FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,73,255); }

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

background-color css

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

 a { background-color: rgb(111,73,255); }

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

border-color css

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

 span { border-color: rgb(111,73,255); }

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