Html Css Color HEX #6858FA Medium Slate Blue

📋 copy color: '#6858FA'

red 104 ◦ green 88 ◦ blue 250

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

Shades of Medium Slate Blue #6858FA

Tints of Medium Slate Blue #6858FA

RGB

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

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

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

R = 23.53%
G = 19.91%
B = 56.56%

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

#6858FA (or 0x6858FA) is known color: Medium Slate Blue. HEX triplet: 68, 58 and FA. RGB value is (104,88,250). Sum of RGB (Red+Green+Blue) = 104+88+250=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #6858FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6858FA is #97A705. Grayscale: #6E6E6E. Windows color (decimal): -9938694 or 16406632. OLE color: 16406632.

HSL color Cylindrical-coordinate representation of color #6858FA: hue angle of 245.93º 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 #6858FA is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 88 250 -
CMYK 0.58 0.65 0 0.02
HSL 245.93º 0.94% 0.66% -
HSV(B) 245.93º 0.65% 0.98% -
XYZ 26.45 16.82 92.3 -
YUV 111.25 206.3 122.83 -
System Red Green Blue C M Y K H S L
Decimal 104 88 250 0.58 0.65 0 0.02 245.93 0.94 0.66
Hex 68 58 FA 3A 41 0 2 F6 5E 42
Octal 150 130 372 72 101 0 2 366 136 102
Binary 1101000 1011000 11111010 111010 1000001 0 10 11110110 1011110 1000010

Color Harmonies of #6858FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6858FA

Black with #6858FA

Text Example


Text Example

White with #6858FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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