Html Css Color HEX #6F4EFA Medium Slate Blue

📋 copy color: '#6F4EFA'

red 111 ◦ green 78 ◦ blue 250

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

Shades of Medium Slate Blue #6F4EFA

Tints of Medium Slate Blue #6F4EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.95%

R = 25.28%
G = 17.77%
B = 56.95%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F4EFA (or 0x6F4EFA) is known color: Medium Slate Blue. HEX triplet: 6F, 4E and FA. RGB value is (111,78,250). Sum of RGB (Red+Green+Blue) = 111+78+250=439 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.28% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F4EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F4EFA is #90B105. Grayscale: #6A6A6A. Windows color (decimal): -9482502 or 16404079. OLE color: 16404079.

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

Color convert

RGB 111 78 250 -
CMYK 0.56 0.69 0 0.02
HSL 251.51º 0.95% 0.64% -
HSV(B) 251.51º 0.69% 0.98% -
XYZ 26.54 15.73 92.08 -
YUV 107.48 208.43 130.51 -
System Red Green Blue C M Y K H S L
Decimal 111 78 250 0.56 0.69 0 0.02 251.51 0.95 0.64
Hex 6F 4E FA 38 45 0 2 FC 5F 40
Octal 157 116 372 70 105 0 2 374 137 100
Binary 1101111 1001110 11111010 111000 1000101 0 10 11111100 1011111 1000000

Color Harmonies of #6F4EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4EFA

Black with #6F4EFA

Text Example


Text Example

White with #6F4EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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