#6971FB

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

Shades of Medium Slate Blue #6971FB

Tints of Medium Slate Blue #6971FB

Color information

#6971FB (or 0x6971FB) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 71 and FB. RGB value is (105,113,251). Sum of RGB (Red+Green+Blue) = 105+113+251=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #6971FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6971FB is #968E04. Grayscale: #7D7D7D. Windows color (decimal): -9866757 or 16478569. OLE color: 16478569.

HSL color Cylindrical-coordinate representation of color #6971FB: hue angle of 236.71º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6971FB is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105113251-
CMYK0.580.5500.02
HSL236.71º94.81%69.8%-
HSV(B)236.71º58.17%98.43%-
XYZ29.1421.7893.93-
YUV126.34198.35112.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.39%
GREEN value IS 113 (44.53% from 255) = 24.09%
BLUE value IS 251 (98.44% from 255) = 53.52%
R=22.39%
G=24.09%
B=53.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051132510.580.5500.02236.7194.8169.8
Hex6971FB3A3702ed5f46
Octal151161373726702355137106
Binary11010011110001111110111110101101110101110110110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6971FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6971FB; }

 p { color: rgb(105,113,251); }

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

<style>
 a { background-color: #6971FB; }

 a { background-color: rgb(105,113,251); }

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

<style>
 span { border-color: #6971FB; }

 span { border-color: rgb(105,113,251); }

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