Html Css Color HEX #6F48FF Medium Slate Blue

📋 copy color: '#6F48FF'

red 111 ◦ green 72 ◦ blue 255

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

Shades of Medium Slate Blue #6F48FF

Tints of Medium Slate Blue #6F48FF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.44%

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

R = 25.34%
G = 16.44%
B = 58.22%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6F48FF (or 0x6F48FF) is known color: Medium Slate Blue. HEX triplet: 6F, 48 and FF. RGB value is (111,72,255). Sum of RGB (Red+Green+Blue) = 111+72+255=438 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.34% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F48FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F48FF is #90B700. Grayscale: #676767. Windows color (decimal): -9484033 or 16730223. OLE color: 16730223.

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

Color convert

RGB 111 72 255 -
CMYK 0.56 0.72 0 0
HSL 252.79º 1% 0.64% -
HSV(B) 252.79º 0.72% 1% -
XYZ 26.92 15.23 96.13 -
YUV 104.52 212.92 132.62 -
System Red Green Blue C M Y K H S L
Decimal 111 72 255 0.56 0.72 0 0 252.79 1 0.64
Hex 6F 48 FF 38 48 0 0 FD 64 40
Octal 157 110 377 70 110 0 0 375 144 100
Binary 1101111 1001000 11111111 111000 1001000 0 0 11111101 1100100 1000000

Color Harmonies of #6F48FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F48FF

Black with #6F48FF

Text Example


Text Example

White with #6F48FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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