#6850F5

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

Shades of Medium Slate Blue #6850F5

Tints of Medium Slate Blue #6850F5

Color information

#6850F5 (or 0x6850F5) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 50 and F5. RGB value is (104,80,245). Sum of RGB (Red+Green+Blue) = 104+80+245=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 245 (96.09% from 255 or 57.11% from 429); Max value from RGB is 245 - color contains mainly: blue. Hex color #6850F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6850F5 is #97AF0A. Grayscale: #696969. Windows color (decimal): -9940747 or 16076904. OLE color: 16076904.

HSL color Cylindrical-coordinate representation of color #6850F5: hue angle of 248.73º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6850F5 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10480245-
CMYK0.580.6700.04
HSL248.73º89.19%63.73%-
HSV(B)248.73º67.35%96.08%-
XYZ25.0615.2788.01-
YUV105.99206.45126.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.24%
GREEN value IS 80 (31.64% from 255) = 18.65%
BLUE value IS 245 (96.09% from 255) = 57.11%
R=24.24%
G=18.65%
B=57.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal104802450.580.6700.04248.7389.1963.73
Hex6850F53A4304f95940
Octal1501203657210304371131100
Binary1101000101000011110101111010100001101001111100110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6850F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6850F5; }

 p { color: rgb(104,80,245); }

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

<style>
 a { background-color: #6850F5; }

 a { background-color: rgb(104,80,245); }

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

<style>
 span { border-color: #6850F5; }

 span { border-color: rgb(104,80,245); }

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