#6E5CFC

Color #6E5CFC Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #6E5CFC

Tints of Medium Slate Blue #6E5CFC

Color information

#6E5CFC (or 0x6E5CFC) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 5C and FC. RGB value is (110,92,252). Sum of RGB (Red+Green+Blue) = 110+92+252=454 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.23% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E5CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5CFC is #91A303. Grayscale: #737373. Windows color (decimal): -9544452 or 16538734. OLE color: 16538734.

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

Color convert

RGB11092252-
CMYK0.560.6300.01
HSL246.75º96.39%67.45%-
HSV(B)246.75º63.49%98.82%-
XYZ27.831894.1-
YUV115.62204.96123.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.23%
GREEN value IS 92 (36.33% from 255) = 20.26%
BLUE value IS 252 (98.83% from 255) = 55.51%
R=24.23%
G=20.26%
B=55.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal110922520.560.6300.01246.7596.3967.45
Hex6E5CFC383F01f76043
Octal156134374707701367140103
Binary1101110101110011111100111000111111011111011111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E5CFC;
 }
 .AnyTagClassName
 {
   color: #6E5CFC;
 }
</style>
background-color css

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

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

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

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

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

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