Html Css Color HEX #6F56FA Medium Slate Blue

📋 copy color: '#6F56FA'

red 111 ◦ green 86 ◦ blue 250

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

Shades of Medium Slate Blue #6F56FA

Tints of Medium Slate Blue #6F56FA

RGB

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

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

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

R = 24.83%
G = 19.24%
B = 55.93%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F56FA (or 0x6F56FA) is known color: Medium Slate Blue. HEX triplet: 6F, 56 and FA. RGB value is (111,86,250). Sum of RGB (Red+Green+Blue) = 111+86+250=447 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.83% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F56FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F56FA is #90A905. Grayscale: #6F6F6F. Windows color (decimal): -9480454 or 16406127. OLE color: 16406127.

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

Color convert

RGB 111 86 250 -
CMYK 0.56 0.66 0 0.02
HSL 249.15º 0.94% 0.66% -
HSV(B) 249.15º 0.66% 0.98% -
XYZ 27.14 16.94 92.28 -
YUV 112.17 205.78 127.16 -
System Red Green Blue C M Y K H S L
Decimal 111 86 250 0.56 0.66 0 0.02 249.15 0.94 0.66
Hex 6F 56 FA 38 42 0 2 F9 5E 42
Octal 157 126 372 70 102 0 2 371 136 102
Binary 1101111 1010110 11111010 111000 1000010 0 10 11111001 1011110 1000010

Color Harmonies of #6F56FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F56FA

Black with #6F56FA

Text Example


Text Example

White with #6F56FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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