#6D70FB

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

Shades of Medium Slate Blue #6D70FB

Tints of Medium Slate Blue #6D70FB

Color information

#6D70FB (or 0x6D70FB) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 70 and FB. RGB value is (109,112,251). Sum of RGB (Red+Green+Blue) = 109+112+251=472 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.09% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #6D70FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D70FB is #928F04. Grayscale: #7E7E7E. Windows color (decimal): -9604869 or 16478317. OLE color: 16478317.

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

Color convert

RGB109112251-
CMYK0.570.5500.02
HSL238.73º94.67%70.59%-
HSV(B)238.73º56.57%98.43%-
XYZ29.5121.893.92-
YUV126.95198.01115.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.09%
GREEN value IS 112 (44.14% from 255) = 23.73%
BLUE value IS 251 (98.44% from 255) = 53.18%
R=23.09%
G=23.73%
B=53.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1091122510.570.5500.02238.7394.6770.59
Hex6D70FB393702ef5f47
Octal155160373716702357137107
Binary11011011110000111110111110011101110101110111110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D70FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,112,251); }

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

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

 a { background-color: rgb(109,112,251); }

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

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

 span { border-color: rgb(109,112,251); }

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