#6E71FC

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

Shades of Medium Slate Blue #6E71FC

Tints of Medium Slate Blue #6E71FC

Color information

#6E71FC (or 0x6E71FC) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 71 and FC. RGB value is (110,113,252). Sum of RGB (Red+Green+Blue) = 110+113+252=475 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.16% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E71FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E71FC is #918E03. Grayscale: #7F7F7F. Windows color (decimal): -9539076 or 16544110. OLE color: 16544110.

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

Color convert

RGB110113252-
CMYK0.560.5500.01
HSL238.73º95.95%70.98%-
HSV(B)238.73º56.35%98.82%-
XYZ29.9122.1594.8-
YUV127.95198.01115.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.16%
GREEN value IS 113 (44.53% from 255) = 23.79%
BLUE value IS 252 (98.83% from 255) = 53.05%
R=23.16%
G=23.79%
B=53.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1101132520.560.5500.01238.7395.9570.98
Hex6E71FC383701ef6047
Octal156161374706701357140107
Binary1101110111000111111100111000110111011110111111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E71FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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