Html Css Color HEX #6F47FE Medium Slate Blue

📋 copy color: '#6F47FE'

red 111 ◦ green 71 ◦ blue 254

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

Shades of Medium Slate Blue #6F47FE

Tints of Medium Slate Blue #6F47FE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.28%

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

R = 25.46%
G = 16.28%
B = 58.26%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6F47FE (or 0x6F47FE) is known color: Medium Slate Blue. HEX triplet: 6F, 47 and FE. RGB value is (111,71,254). Sum of RGB (Red+Green+Blue) = 111+71+254=436 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.46% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F47FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F47FE is #90B801. Grayscale: #676767. Windows color (decimal): -9484290 or 16664431. OLE color: 16664431.

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

Color convert

RGB 111 71 254 -
CMYK 0.56 0.72 0 0.00
HSL 253.11º 0.99% 0.64% -
HSV(B) 253.11º 0.72% 1% -
XYZ 26.7 15.04 95.26 -
YUV 103.82 212.75 133.12 -
System Red Green Blue C M Y K H S L
Decimal 111 71 254 0.56 0.72 0 0.00 253.11 0.99 0.64
Hex 6F 47 FE 38 48 0 0 FD 63 40
Octal 157 107 376 70 110 0 0 375 143 100
Binary 1101111 1000111 11111110 111000 1001000 0 0 11111101 1100011 1000000

Color Harmonies of #6F47FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F47FE

Black with #6F47FE

Text Example


Text Example

White with #6F47FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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