#6874F5

Color #6874F5 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #6874F5

Tints of Medium Slate Blue #6874F5

Color information

#6874F5 (or 0x6874F5) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 74 and F5. RGB value is (104,116,245). Sum of RGB (Red+Green+Blue) = 104+116+245=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 245 (96.09% from 255 or 52.69% from 465); Max value from RGB is 245 - color contains mainly: blue. Hex color #6874F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6874F5 is #978B0A. Grayscale: #7E7E7E. Windows color (decimal): -9931531 or 16086120. OLE color: 16086120.

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

Color convert

RGB104116245-
CMYK0.580.5300.04
HSL234.89º87.58%68.43%-
HSV(B)234.89º57.55%96.08%-
XYZ28.4422.0389.14-
YUV127.12194.52111.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.37%
GREEN value IS 116 (45.70% from 255) = 24.95%
BLUE value IS 245 (96.09% from 255) = 52.69%
R=22.37%
G=24.95%
B=52.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1041162450.580.5300.04234.8987.5868.43
Hex6874F53A3504eb5844
Octal150164365726504353130104
Binary110100011101001111010111101011010101001110101110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6874F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6874F5; }

 p { color: rgb(104,116,245); }

 H1.HeaderClassName
 {
   color: #6874F5;
 }
 .AnyTagClassName
 {
   color: #6874F5;
 }
</style>
background-color css

<style>
 a { background-color: #6874F5; }

 a { background-color: rgb(104,116,245); }

 div.DivClassName
 {
   background-color: #6874F5;
 }
 .BgClassName
 {
   background-color: #6874F5;
 }
</style>
border-color css

<style>
 span { border-color: #6874F5; }

 span { border-color: rgb(104,116,245); }

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