Html Css Color HEX #6851ED Medium Slate Blue

📋 copy color: '#6851ED'

red 104 ◦ green 81 ◦ blue 237

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

Shades of Medium Slate Blue #6851ED

Tints of Medium Slate Blue #6851ED

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.19%

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

R = 24.64%
G = 19.19%
B = 56.16%

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

#6851ED (or 0x6851ED) is known color: Medium Slate Blue. HEX triplet: 68, 51 and ED. RGB value is (104,81,237). Sum of RGB (Red+Green+Blue) = 104+81+237=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #6851ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6851ED is #97AE12. Grayscale: #696969. Windows color (decimal): -9940499 or 15552872. OLE color: 15552872.

HSL color Cylindrical-coordinate representation of color #6851ED: hue angle of 248.85º 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 #6851ED is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 81 237 -
CMYK 0.56 0.66 0 0.07
HSL 248.85º 0.81% 0.62% -
HSV(B) 248.85º 0.66% 0.93% -
XYZ 23.94 14.94 81.74 -
YUV 105.66 202.12 126.82 -
System Red Green Blue C M Y K H S L
Decimal 104 81 237 0.56 0.66 0 0.07 248.85 0.81 0.62
Hex 68 51 ED 38 42 0 7 F9 51 3E
Octal 150 121 355 70 102 0 7 371 121 76
Binary 1101000 1010001 11101101 111000 1000010 0 111 11111001 1010001 111110

Color Harmonies of #6851ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6851ED

Black with #6851ED

Text Example


Text Example

White with #6851ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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