Html Css Color HEX #6F4CFE Medium Slate Blue

📋 copy color: '#6F4CFE'

red 111 ◦ green 76 ◦ blue 254

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

Shades of Medium Slate Blue #6F4CFE

Tints of Medium Slate Blue #6F4CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.23%

 BLUE value IS 254 (99.61% from 255) = 57.6%

R = 25.17%
G = 17.23%
B = 57.6%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6F4CFE (or 0x6F4CFE) is known color: Medium Slate Blue. HEX triplet: 6F, 4C and FE. RGB value is (111,76,254). Sum of RGB (Red+Green+Blue) = 111+76+254=441 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.17% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F4CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F4CFE is #90B301. Grayscale: #6A6A6A. Windows color (decimal): -9483010 or 16665711. OLE color: 16665711.

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

Color convert

RGB 111 76 254 -
CMYK 0.56 0.70 0 0.00
HSL 251.8º 0.99% 0.65% -
HSV(B) 251.8º 0.7% 1% -
XYZ 27.03 15.7 95.37 -
YUV 106.76 211.1 131.03 -
System Red Green Blue C M Y K H S L
Decimal 111 76 254 0.56 0.70 0 0.00 251.8 0.99 0.65
Hex 6F 4C FE 38 46 0 0 FC 63 41
Octal 157 114 376 70 106 0 0 374 143 101
Binary 1101111 1001100 11111110 111000 1000110 0 0 11111100 1100011 1000001

Color Harmonies of #6F4CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4CFE

Black with #6F4CFE

Text Example


Text Example

White with #6F4CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,76,254); }

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

background-color css

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

 a { background-color: rgb(111,76,254); }

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

border-color css

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

 span { border-color: rgb(111,76,254); }

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