Html Css Color HEX #6873E1 Medium Slate Blue

📋 copy color: '#6873E1'

red 104 ◦ green 115 ◦ blue 225

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

Shades of Medium Slate Blue #6873E1

Tints of Medium Slate Blue #6873E1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.9%

 BLUE value IS 225 (88.28% from 255) = 50.68%

R = 23.42%
G = 25.9%
B = 50.68%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6873E1 (or 0x6873E1) is known color: Medium Slate Blue. HEX triplet: 68, 73 and E1. RGB value is (104,115,225). Sum of RGB (Red+Green+Blue) = 104+115+225=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 225 (88.28% from 255 or 50.68% from 444); Max value from RGB is 225 - color contains mainly: blue. Hex color #6873E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6873E1 is #978C1E. Grayscale: #7B7B7B. Windows color (decimal): -9931807 or 14775144. OLE color: 14775144.

HSL color Cylindrical-coordinate representation of color #6873E1: hue angle of 234.55º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6873E1 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 104 115 225 -
CMYK 0.54 0.49 0 0.12
HSL 234.55º 0.67% 0.65% -
HSV(B) 234.55º 0.54% 0.88% -
XYZ 25.43 20.64 73.88 -
YUV 124.25 184.86 113.56 -
System Red Green Blue C M Y K H S L
Decimal 104 115 225 0.54 0.49 0 0.12 234.55 0.67 0.65
Hex 68 73 E1 36 31 0 C EB 43 41
Octal 150 163 341 66 61 0 14 353 103 101
Binary 1101000 1110011 11100001 110110 110001 0 1100 11101011 1000011 1000001

Color Harmonies of #6873E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6873E1

Black with #6873E1

Text Example


Text Example

White with #6873E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6873E1; }

 p { color: rgb(104,115,225); }

 H1.HeaderClassName
 {
   color: #6873E1;
 }
 .AnyTagClassName
 {
   color: #6873E1;
 }
</style>

background-color css

<style>
 a { background-color: #6873E1; }

 a { background-color: rgb(104,115,225); }

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

border-color css

<style>
 span { border-color: #6873E1; }

 span { border-color: rgb(104,115,225); }

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