Html Css Color HEX #6873F6 Medium Slate Blue

📋 copy color: '#6873F6'

red 104 ◦ green 115 ◦ blue 246

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

Shades of Medium Slate Blue #6873F6

Tints of Medium Slate Blue #6873F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.9%

R = 22.37%
G = 24.73%
B = 52.9%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6873F6 (or 0x6873F6) is known color: Medium Slate Blue. HEX triplet: 68, 73 and F6. RGB value is (104,115,246). Sum of RGB (Red+Green+Blue) = 104+115+246=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 246 (96.48% from 255 or 52.90% from 465); Max value from RGB is 246 - color contains mainly: blue. Hex color #6873F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6873F6 is #978C09. Grayscale: #7E7E7E. Windows color (decimal): -9931786 or 16151400. OLE color: 16151400.

HSL color Cylindrical-coordinate representation of color #6873F6: hue angle of 235.35º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6873F6 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 115 246 -
CMYK 0.58 0.53 0 0.04
HSL 235.35º 0.89% 0.69% -
HSV(B) 235.35º 0.58% 0.96% -
XYZ 28.47 21.86 89.91 -
YUV 126.65 195.36 111.85 -
System Red Green Blue C M Y K H S L
Decimal 104 115 246 0.58 0.53 0 0.04 235.35 0.89 0.69
Hex 68 73 F6 3A 35 0 4 EB 59 45
Octal 150 163 366 72 65 0 4 353 131 105
Binary 1101000 1110011 11110110 111010 110101 0 100 11101011 1011001 1000101

Color Harmonies of #6873F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6873F6

Black with #6873F6

Text Example


Text Example

White with #6873F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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