Html Css Color HEX #6860FE Medium Slate Blue

📋 copy color: '#6860FE'

red 104 ◦ green 96 ◦ blue 254

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

Shades of Medium Slate Blue #6860FE

Tints of Medium Slate Blue #6860FE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.15%

 BLUE value IS 254 (99.61% from 255) = 55.95%

R = 22.91%
G = 21.15%
B = 55.95%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6860FE (or 0x6860FE) is known color: Medium Slate Blue. HEX triplet: 68, 60 and FE. RGB value is (104,96,254). Sum of RGB (Red+Green+Blue) = 104+96+254=454 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.91% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #6860FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6860FE is #979F01. Grayscale: #737373. Windows color (decimal): -9936642 or 16670824. OLE color: 16670824.

HSL color Cylindrical-coordinate representation of color #6860FE: hue angle of 243.04º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6860FE is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 104 96 254 -
CMYK 0.59 0.62 0 0.00
HSL 243.04º 0.99% 0.69% -
HSV(B) 243.04º 0.62% 1% -
XYZ 27.78 18.46 95.87 -
YUV 116.4 205.65 119.15 -
System Red Green Blue C M Y K H S L
Decimal 104 96 254 0.59 0.62 0 0.00 243.04 0.99 0.69
Hex 68 60 FE 3B 3E 0 0 F3 63 45
Octal 150 140 376 73 76 0 0 363 143 105
Binary 1101000 1100000 11111110 111011 111110 0 0 11110011 1100011 1000101

Color Harmonies of #6860FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6860FE

Black with #6860FE

Text Example


Text Example

White with #6860FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6860FE; }

 p { color: rgb(104,96,254); }

 H1.HeaderClassName
 {
   color: #6860FE;
 }
 .AnyTagClassName
 {
   color: #6860FE;
 }
</style>

background-color css

<style>
 a { background-color: #6860FE; }

 a { background-color: rgb(104,96,254); }

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

border-color css

<style>
 span { border-color: #6860FE; }

 span { border-color: rgb(104,96,254); }

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