Html Css Color HEX #6858F1 Medium Slate Blue

📋 copy color: '#6858F1'

red 104 ◦ green 88 ◦ blue 241

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

Shades of Medium Slate Blue #6858F1

Tints of Medium Slate Blue #6858F1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.32%

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

R = 24.02%
G = 20.32%
B = 55.66%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6858F1 (or 0x6858F1) is known color: Medium Slate Blue. HEX triplet: 68, 58 and F1. RGB value is (104,88,241). Sum of RGB (Red+Green+Blue) = 104+88+241=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 241 (94.53% from 255 or 55.66% from 433); Max value from RGB is 241 - color contains mainly: blue. Hex color #6858F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6858F1 is #97A70E. Grayscale: #6D6D6D. Windows color (decimal): -9938703 or 15816808. OLE color: 15816808.

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

Color convert

RGB 104 88 241 -
CMYK 0.57 0.63 0 0.05
HSL 246.27º 0.85% 0.65% -
HSV(B) 246.27º 0.63% 0.95% -
XYZ 25.08 16.27 85.04 -
YUV 110.23 201.8 123.56 -
System Red Green Blue C M Y K H S L
Decimal 104 88 241 0.57 0.63 0 0.05 246.27 0.85 0.65
Hex 68 58 F1 39 3F 0 5 F6 55 41
Octal 150 130 361 71 77 0 5 366 125 101
Binary 1101000 1011000 11110001 111001 111111 0 101 11110110 1010101 1000001

Color Harmonies of #6858F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6858F1

Black with #6858F1

Text Example


Text Example

White with #6858F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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