Html Css Color HEX #6F4EFF Medium Slate Blue

📋 copy color: '#6F4EFF'

red 111 ◦ green 78 ◦ blue 255

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

Shades of Medium Slate Blue #6F4EFF

Tints of Medium Slate Blue #6F4EFF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.57%

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

R = 25%
G = 17.57%
B = 57.43%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6F4EFF (or 0x6F4EFF) is known color: Medium Slate Blue. HEX triplet: 6F, 4E and FF. RGB value is (111,78,255). Sum of RGB (Red+Green+Blue) = 111+78+255=444 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F4EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F4EFF is #90B100. Grayscale: #6B6B6B. Windows color (decimal): -9482497 or 16731759. OLE color: 16731759.

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

Color convert

RGB 111 78 255 -
CMYK 0.56 0.69 0 0
HSL 251.19º 1% 0.65% -
HSV(B) 251.19º 0.69% 1% -
XYZ 27.33 16.05 96.26 -
YUV 108.05 210.93 130.11 -
System Red Green Blue C M Y K H S L
Decimal 111 78 255 0.56 0.69 0 0 251.19 1 0.65
Hex 6F 4E FF 38 45 0 0 FB 64 41
Octal 157 116 377 70 105 0 0 373 144 101
Binary 1101111 1001110 11111111 111000 1000101 0 0 11111011 1100100 1000001

Color Harmonies of #6F4EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4EFF

Black with #6F4EFF

Text Example


Text Example

White with #6F4EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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