Html Css Color HEX #6857FA Medium Slate Blue

📋 copy color: '#6857FA'

red 104 ◦ green 87 ◦ blue 250

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

Shades of Medium Slate Blue #6857FA

Tints of Medium Slate Blue #6857FA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.73%

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

R = 23.58%
G = 19.73%
B = 56.69%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6857FA (or 0x6857FA) is known color: Medium Slate Blue. HEX triplet: 68, 57 and FA. RGB value is (104,87,250). Sum of RGB (Red+Green+Blue) = 104+87+250=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #6857FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6857FA is #97A805. Grayscale: #6E6E6E. Windows color (decimal): -9938950 or 16406376. OLE color: 16406376.

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

Color convert

RGB 104 87 250 -
CMYK 0.58 0.65 0 0.02
HSL 246.26º 0.94% 0.66% -
HSV(B) 246.26º 0.65% 0.98% -
XYZ 26.37 16.66 92.27 -
YUV 110.67 206.63 123.25 -
System Red Green Blue C M Y K H S L
Decimal 104 87 250 0.58 0.65 0 0.02 246.26 0.94 0.66
Hex 68 57 FA 3A 41 0 2 F6 5E 42
Octal 150 127 372 72 101 0 2 366 136 102
Binary 1101000 1010111 11111010 111010 1000001 0 10 11110110 1011110 1000010

Color Harmonies of #6857FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6857FA

Black with #6857FA

Text Example


Text Example

White with #6857FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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