Html Css Color HEX #6F56FC Medium Slate Blue

📋 copy color: '#6F56FC'

red 111 ◦ green 86 ◦ blue 252

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

Shades of Medium Slate Blue #6F56FC

Tints of Medium Slate Blue #6F56FC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.15%

 BLUE value IS 252 (98.83% from 255) = 56.12%

R = 24.72%
G = 19.15%
B = 56.12%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6F56FC (or 0x6F56FC) is known color: Medium Slate Blue. HEX triplet: 6F, 56 and FC. RGB value is (111,86,252). Sum of RGB (Red+Green+Blue) = 111+86+252=449 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.72% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #6F56FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F56FC is #90A903. Grayscale: #6F6F6F. Windows color (decimal): -9480452 or 16537199. OLE color: 16537199.

HSL color Cylindrical-coordinate representation of color #6F56FC: hue angle of 249.04º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F56FC is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 111 86 252 -
CMYK 0.56 0.66 0 0.01
HSL 249.04º 0.97% 0.66% -
HSV(B) 249.04º 0.66% 0.99% -
XYZ 27.45 17.06 93.94 -
YUV 112.4 206.78 127 -
System Red Green Blue C M Y K H S L
Decimal 111 86 252 0.56 0.66 0 0.01 249.04 0.97 0.66
Hex 6F 56 FC 38 42 0 1 F9 61 42
Octal 157 126 374 70 102 0 1 371 141 102
Binary 1101111 1010110 11111100 111000 1000010 0 1 11111001 1100001 1000010

Color Harmonies of #6F56FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F56FC

Black with #6F56FC

Text Example


Text Example

White with #6F56FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,86,252); }

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

background-color css

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

 a { background-color: rgb(111,86,252); }

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

border-color css

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

 span { border-color: rgb(111,86,252); }

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