Html Css Color HEX #6859FA Medium Slate Blue

📋 copy color: '#6859FA'

red 104 ◦ green 89 ◦ blue 250

#6859FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #6859FA

Tints of Medium Slate Blue #6859FA

RGB

 RED value IS 104 (41.02% from 255) = 23.48%

 GREEN value IS 89 (35.16% from 255) = 20.09%

 BLUE value IS 250 (98.05% from 255) = 56.43%

R = 23.48%
G = 20.09%
B = 56.43%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6859FA (or 0x6859FA) is known color: Medium Slate Blue. HEX triplet: 68, 59 and FA. RGB value is (104,89,250). Sum of RGB (Red+Green+Blue) = 104+89+250=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #6859FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6859FA is #97A605. Grayscale: #6F6F6F. Windows color (decimal): -9938438 or 16406888. OLE color: 16406888.

HSL color Cylindrical-coordinate representation of color #6859FA: hue angle of 245.59º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6859FA is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 89 250 -
CMYK 0.58 0.64 0 0.02
HSL 245.59º 0.94% 0.66% -
HSV(B) 245.59º 0.64% 0.98% -
XYZ 26.54 16.99 92.32 -
YUV 111.84 205.97 122.41 -
System Red Green Blue C M Y K H S L
Decimal 104 89 250 0.58 0.64 0 0.02 245.59 0.94 0.66
Hex 68 59 FA 3A 40 0 2 F6 5E 42
Octal 150 131 372 72 100 0 2 366 136 102
Binary 1101000 1011001 11111010 111010 1000000 0 10 11110110 1011110 1000010

Color Harmonies of #6859FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6859FA

Black with #6859FA

Text Example


Text Example

White with #6859FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6859FA;
 }
 .AnyTagClassName
 {
   color: #6859FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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