Html Css Color HEX #6F4FFE Medium Slate Blue

📋 copy color: '#6F4FFE'

red 111 ◦ green 79 ◦ blue 254

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

Shades of Medium Slate Blue #6F4FFE

Tints of Medium Slate Blue #6F4FFE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.79%

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

R = 25%
G = 17.79%
B = 57.21%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6F4FFE (or 0x6F4FFE) is known color: Medium Slate Blue. HEX triplet: 6F, 4F and FE. RGB value is (111,79,254). Sum of RGB (Red+Green+Blue) = 111+79+254=444 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F4FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F4FFE is #90B001. Grayscale: #6B6B6B. Windows color (decimal): -9482242 or 16666479. OLE color: 16666479.

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

Color convert

RGB 111 79 254 -
CMYK 0.56 0.69 0 0.00
HSL 250.97º 0.99% 0.65% -
HSV(B) 250.97º 0.69% 1% -
XYZ 27.24 16.13 95.44 -
YUV 108.52 210.1 129.77 -
System Red Green Blue C M Y K H S L
Decimal 111 79 254 0.56 0.69 0 0.00 250.97 0.99 0.65
Hex 6F 4F FE 38 45 0 0 FB 63 41
Octal 157 117 376 70 105 0 0 373 143 101
Binary 1101111 1001111 11111110 111000 1000101 0 0 11111011 1100011 1000001

Color Harmonies of #6F4FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4FFE

Black with #6F4FFE

Text Example


Text Example

White with #6F4FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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