#6859FE

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

Shades of Medium Slate Blue #6859FE

Tints of Medium Slate Blue #6859FE

Color information

#6859FE (or 0x6859FE) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 59 and FE. RGB value is (104,89,254). Sum of RGB (Red+Green+Blue) = 104+89+254=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #6859FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6859FE is #97A601. Grayscale: #6F6F6F. Windows color (decimal): -9938434 or 16669032. OLE color: 16669032.

HSL color Cylindrical-coordinate representation of color #6859FE: hue angle of 245.45º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6859FE is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB10489254-
CMYK0.590.6500.00
HSL245.45º98.8%67.25%-
HSV(B)245.45º64.96%99.61%-
XYZ27.1717.2495.66-
YUV112.3207.97122.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.27%
GREEN value IS 89 (35.16% from 255) = 19.91%
BLUE value IS 254 (99.61% from 255) = 56.82%
R=23.27%
G=19.91%
B=56.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal104892540.590.6500.00245.4598.867.25
Hex6859FE3B4100f56343
Octal1501313767310100365143103
Binary11010001011001111111101110111000001001111010111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6859FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6859FE; }

 p { color: rgb(104,89,254); }

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

<style>
 a { background-color: #6859FE; }

 a { background-color: rgb(104,89,254); }

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

<style>
 span { border-color: #6859FE; }

 span { border-color: rgb(104,89,254); }

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