Html Css Color HEX #6850ED Medium Slate Blue

📋 copy color: '#6850ED'

red 104 ◦ green 80 ◦ blue 237

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

Shades of Medium Slate Blue #6850ED

Tints of Medium Slate Blue #6850ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.29%

R = 24.7%
G = 19%
B = 56.29%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6850ED (or 0x6850ED) is known color: Medium Slate Blue. HEX triplet: 68, 50 and ED. RGB value is (104,80,237). Sum of RGB (Red+Green+Blue) = 104+80+237=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #6850ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6850ED is #97AF12. Grayscale: #686868. Windows color (decimal): -9940755 or 15552616. OLE color: 15552616.

HSL color Cylindrical-coordinate representation of color #6850ED: hue angle of 249.17º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6850ED is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 80 237 -
CMYK 0.56 0.66 0 0.07
HSL 249.17º 0.81% 0.62% -
HSV(B) 249.17º 0.66% 0.93% -
XYZ 23.86 14.79 81.72 -
YUV 105.07 202.45 127.23 -
System Red Green Blue C M Y K H S L
Decimal 104 80 237 0.56 0.66 0 0.07 249.17 0.81 0.62
Hex 68 50 ED 38 42 0 7 F9 51 3E
Octal 150 120 355 70 102 0 7 371 121 76
Binary 1101000 1010000 11101101 111000 1000010 0 111 11111001 1010001 111110

Color Harmonies of #6850ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6850ED

Black with #6850ED

Text Example


Text Example

White with #6850ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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