Html Css Color HEX #6860EC Medium Slate Blue

📋 copy color: '#6860EC'

red 104 ◦ green 96 ◦ blue 236

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

Shades of Medium Slate Blue #6860EC

Tints of Medium Slate Blue #6860EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.13%

R = 23.85%
G = 22.02%
B = 54.13%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6860EC (or 0x6860EC) is known color: Medium Slate Blue. HEX triplet: 68, 60 and EC. RGB value is (104,96,236). Sum of RGB (Red+Green+Blue) = 104+96+236=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #6860EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6860EC is #979F13. Grayscale: #717171. Windows color (decimal): -9936660 or 15491176. OLE color: 15491176.

HSL color Cylindrical-coordinate representation of color #6860EC: hue angle of 243.43º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6860EC is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 96 236 -
CMYK 0.56 0.59 0 0.07
HSL 243.43º 0.79% 0.65% -
HSV(B) 243.43º 0.59% 0.93% -
XYZ 25.03 17.36 81.39 -
YUV 114.35 196.65 120.62 -
System Red Green Blue C M Y K H S L
Decimal 104 96 236 0.56 0.59 0 0.07 243.43 0.79 0.65
Hex 68 60 EC 38 3B 0 7 F3 4F 41
Octal 150 140 354 70 73 0 7 363 117 101
Binary 1101000 1100000 11101100 111000 111011 0 111 11110011 1001111 1000001

Color Harmonies of #6860EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6860EC

Black with #6860EC

Text Example


Text Example

White with #6860EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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