Html Css Color HEX #6850EF Medium Slate Blue

📋 copy color: '#6850EF'

red 104 ◦ green 80 ◦ blue 239

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

Shades of Medium Slate Blue #6850EF

Tints of Medium Slate Blue #6850EF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.91%

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

R = 24.59%
G = 18.91%
B = 56.5%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6850EF (or 0x6850EF) is known color: Medium Slate Blue. HEX triplet: 68, 50 and EF. RGB value is (104,80,239). Sum of RGB (Red+Green+Blue) = 104+80+239=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #6850EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6850EF is #97AF10. Grayscale: #686868. Windows color (decimal): -9940753 or 15683688. OLE color: 15683688.

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

Color convert

RGB 104 80 239 -
CMYK 0.56 0.67 0 0.06
HSL 249.06º 0.83% 0.63% -
HSV(B) 249.06º 0.67% 0.94% -
XYZ 24.16 14.91 83.27 -
YUV 105.3 203.45 127.07 -
System Red Green Blue C M Y K H S L
Decimal 104 80 239 0.56 0.67 0 0.06 249.06 0.83 0.63
Hex 68 50 EF 38 43 0 6 F9 53 3F
Octal 150 120 357 70 103 0 6 371 123 77
Binary 1101000 1010000 11101111 111000 1000011 0 110 11111001 1010011 111111

Color Harmonies of #6850EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6850EF

Black with #6850EF

Text Example


Text Example

White with #6850EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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