Html Css Color HEX #6856F1 Medium Slate Blue

📋 copy color: '#6856F1'

red 104 ◦ green 86 ◦ blue 241

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

Shades of Medium Slate Blue #6856F1

Tints of Medium Slate Blue #6856F1

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.95%

 BLUE value IS 241 (94.53% from 255) = 55.92%

R = 24.13%
G = 19.95%
B = 55.92%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6856F1 (or 0x6856F1) is known color: Medium Slate Blue. HEX triplet: 68, 56 and F1. RGB value is (104,86,241). Sum of RGB (Red+Green+Blue) = 104+86+241=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 241 (94.53% from 255 or 55.92% from 431); Max value from RGB is 241 - color contains mainly: blue. Hex color #6856F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6856F1 is #97A90E. Grayscale: #6C6C6C. Windows color (decimal): -9939215 or 15816296. OLE color: 15816296.

HSL color Cylindrical-coordinate representation of color #6856F1: hue angle of 246.97º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6856F1 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 86 241 -
CMYK 0.57 0.64 0 0.05
HSL 246.97º 0.85% 0.64% -
HSV(B) 246.97º 0.64% 0.95% -
XYZ 24.91 15.95 84.98 -
YUV 109.05 202.46 124.4 -
System Red Green Blue C M Y K H S L
Decimal 104 86 241 0.57 0.64 0 0.05 246.97 0.85 0.64
Hex 68 56 F1 39 40 0 5 F7 55 40
Octal 150 126 361 71 100 0 5 367 125 100
Binary 1101000 1010110 11110001 111001 1000000 0 101 11110111 1010101 1000000

Color Harmonies of #6856F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6856F1

Black with #6856F1

Text Example


Text Example

White with #6856F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6856F1; }

 p { color: rgb(104,86,241); }

 H1.HeaderClassName
 {
   color: #6856F1;
 }
 .AnyTagClassName
 {
   color: #6856F1;
 }
</style>

background-color css

<style>
 a { background-color: #6856F1; }

 a { background-color: rgb(104,86,241); }

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

border-color css

<style>
 span { border-color: #6856F1; }

 span { border-color: rgb(104,86,241); }

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