Html Css Color HEX #6E56FC Medium Slate Blue

📋 copy color: '#6E56FC'

red 110 ◦ green 86 ◦ blue 252

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

Shades of Medium Slate Blue #6E56FC

Tints of Medium Slate Blue #6E56FC

RGB

 RED value IS 110 (43.36% from 255) = 24.55%

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

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

R = 24.55%
G = 19.2%
B = 56.25%

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

#6E56FC (or 0x6E56FC) is known color: Medium Slate Blue. HEX triplet: 6E, 56 and FC. RGB value is (110,86,252). Sum of RGB (Red+Green+Blue) = 110+86+252=448 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.55% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E56FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E56FC is #91A903. Grayscale: #6F6F6F. Windows color (decimal): -9545988 or 16537198. OLE color: 16537198.

HSL color Cylindrical-coordinate representation of color #6E56FC: hue angle of 248.67º 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 #6E56FC is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 86 252 -
CMYK 0.56 0.66 0 0.01
HSL 248.67º 0.97% 0.66% -
HSV(B) 248.67º 0.66% 0.99% -
XYZ 27.33 17 93.94 -
YUV 112.1 206.95 126.5 -
System Red Green Blue C M Y K H S L
Decimal 110 86 252 0.56 0.66 0 0.01 248.67 0.97 0.66
Hex 6E 56 FC 38 42 0 1 F9 61 42
Octal 156 126 374 70 102 0 1 371 141 102
Binary 1101110 1010110 11111100 111000 1000010 0 1 11111001 1100001 1000010

Color Harmonies of #6E56FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E56FC

Black with #6E56FC

Text Example


Text Example

White with #6E56FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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