Html Css Color HEX #6873FD Medium Slate Blue

📋 copy color: '#6873FD'

red 104 ◦ green 115 ◦ blue 253

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

Shades of Medium Slate Blue #6873FD

Tints of Medium Slate Blue #6873FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.6%

R = 22.03%
G = 24.36%
B = 53.6%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6873FD (or 0x6873FD) is known color: Medium Slate Blue. HEX triplet: 68, 73 and FD. RGB value is (104,115,253). Sum of RGB (Red+Green+Blue) = 104+115+253=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #6873FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6873FD is #978C02. Grayscale: #7E7E7E. Windows color (decimal): -9931779 or 16610152. OLE color: 16610152.

HSL color Cylindrical-coordinate representation of color #6873FD: hue angle of 235.57º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6873FD is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 115 253 -
CMYK 0.59 0.55 0 0.01
HSL 235.57º 0.97% 0.7% -
HSV(B) 235.57º 0.59% 0.99% -
XYZ 29.57 22.3 95.67 -
YUV 127.44 198.86 111.28 -
System Red Green Blue C M Y K H S L
Decimal 104 115 253 0.59 0.55 0 0.01 235.57 0.97 0.7
Hex 68 73 FD 3B 37 0 1 EC 61 46
Octal 150 163 375 73 67 0 1 354 141 106
Binary 1101000 1110011 11111101 111011 110111 0 1 11101100 1100001 1000110

Color Harmonies of #6873FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6873FD

Black with #6873FD

Text Example


Text Example

White with #6873FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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