Html Css Color HEX #6861EF Medium Slate Blue

📋 copy color: '#6861EF'

red 104 ◦ green 97 ◦ blue 239

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

Shades of Medium Slate Blue #6861EF

Tints of Medium Slate Blue #6861EF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.05%

 BLUE value IS 239 (93.75% from 255) = 54.32%

R = 23.64%
G = 22.05%
B = 54.32%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6861EF (or 0x6861EF) is known color: Medium Slate Blue. HEX triplet: 68, 61 and EF. RGB value is (104,97,239). Sum of RGB (Red+Green+Blue) = 104+97+239=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #6861EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6861EF is #979E10. Grayscale: #727272. Windows color (decimal): -9936401 or 15688040. OLE color: 15688040.

HSL color Cylindrical-coordinate representation of color #6861EF: hue angle of 242.96º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6861EF is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 97 239 -
CMYK 0.56 0.59 0 0.06
HSL 242.96º 0.82% 0.66% -
HSV(B) 242.96º 0.59% 0.94% -
XYZ 25.56 17.72 83.74 -
YUV 115.28 197.82 119.95 -
System Red Green Blue C M Y K H S L
Decimal 104 97 239 0.56 0.59 0 0.06 242.96 0.82 0.66
Hex 68 61 EF 38 3B 0 6 F3 52 42
Octal 150 141 357 70 73 0 6 363 122 102
Binary 1101000 1100001 11101111 111000 111011 0 110 11110011 1010010 1000010

Color Harmonies of #6861EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6861EF

Black with #6861EF

Text Example


Text Example

White with #6861EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6861EF; }

 p { color: rgb(104,97,239); }

 H1.HeaderClassName
 {
   color: #6861EF;
 }
 .AnyTagClassName
 {
   color: #6861EF;
 }
</style>

background-color css

<style>
 a { background-color: #6861EF; }

 a { background-color: rgb(104,97,239); }

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

border-color css

<style>
 span { border-color: #6861EF; }

 span { border-color: rgb(104,97,239); }

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