#684FF1

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

Shades of Medium Slate Blue #684FF1

Tints of Medium Slate Blue #684FF1

Color information

#684FF1 (or 0x684FF1) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 4F and F1. RGB value is (104,79,241). Sum of RGB (Red+Green+Blue) = 104+79+241=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 241 (94.53% from 255 or 56.84% from 424); Max value from RGB is 241 - color contains mainly: blue. Hex color #684FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #684FF1 is #97B00E. Grayscale: #686868. Windows color (decimal): -9941007 or 15814504. OLE color: 15814504.

HSL color Cylindrical-coordinate representation of color #684FF1: hue angle of 249.26º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #684FF1 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10479241-
CMYK0.570.6700.05
HSL249.26º85.26%62.75%-
HSV(B)249.26º67.22%94.51%-
XYZ24.3814.8984.81-
YUV104.94204.78127.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.53%
GREEN value IS 79 (31.25% from 255) = 18.63%
BLUE value IS 241 (94.53% from 255) = 56.84%
R=24.53%
G=18.63%
B=56.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal104792410.570.6700.05249.2685.2662.75
Hex684FF1394305f9553f
Octal150117361711030537112577
Binary110100010011111111000111100110000110101111110011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684FF1; }

 p { color: rgb(104,79,241); }

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

<style>
 a { background-color: #684FF1; }

 a { background-color: rgb(104,79,241); }

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

<style>
 span { border-color: #684FF1; }

 span { border-color: rgb(104,79,241); }

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