#6D71FD

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

Shades of Medium Slate Blue #6D71FD

Tints of Medium Slate Blue #6D71FD

Color information

#6D71FD (or 0x6D71FD) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 71 and FD. RGB value is (109,113,253). Sum of RGB (Red+Green+Blue) = 109+113+253=475 (62% of max value = 765). Red value is 109 (42.97% from 255 or 22.95% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D71FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D71FD is #928E02. Grayscale: #7F7F7F. Windows color (decimal): -9604611 or 16609645. OLE color: 16609645.

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

Color convert

RGB109113253-
CMYK0.570.5500.01
HSL238.33º97.3%70.98%-
HSV(B)238.33º56.92%99.22%-
XYZ29.9422.1595.63-
YUV127.76198.67114.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.95%
GREEN value IS 113 (44.53% from 255) = 23.79%
BLUE value IS 253 (99.22% from 255) = 53.26%
R=22.95%
G=23.79%
B=53.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1091132530.570.5500.01238.3397.370.98
Hex6D71FD393701ee6147
Octal155161375716701356141107
Binary1101101111000111111101111001110111011110111011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D71FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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