#6871FD

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

Shades of Medium Slate Blue #6871FD

Tints of Medium Slate Blue #6871FD

Color information

#6871FD (or 0x6871FD) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 71 and FD. RGB value is (104,113,253). Sum of RGB (Red+Green+Blue) = 104+113+253=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #6871FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6871FD is #978E02. Grayscale: #7D7D7D. Windows color (decimal): -9932291 or 16609640. OLE color: 16609640.

HSL color Cylindrical-coordinate representation of color #6871FD: hue angle of 236.38º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6871FD is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB104113253-
CMYK0.590.5500.01
HSL236.38º97.39%70%-
HSV(B)236.38º58.89%99.22%-
XYZ29.3421.8595.6-
YUV126.27199.52112.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.13%
GREEN value IS 113 (44.53% from 255) = 24.04%
BLUE value IS 253 (99.22% from 255) = 53.83%
R=22.13%
G=24.04%
B=53.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1041132530.590.5500.01236.3897.3970
Hex6871FD3B3701ec6146
Octal150161375736701354141106
Binary1101000111000111111101111011110111011110110011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6871FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6871FD; }

 p { color: rgb(104,113,253); }

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

<style>
 a { background-color: #6871FD; }

 a { background-color: rgb(104,113,253); }

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

<style>
 span { border-color: #6871FD; }

 span { border-color: rgb(104,113,253); }

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