#694FF0

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

Shades of Medium Slate Blue #694FF0

Tints of Medium Slate Blue #694FF0

Color information

#694FF0 (or 0x694FF0) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 4F and F0. RGB value is (105,79,240). Sum of RGB (Red+Green+Blue) = 105+79+240=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 240 (94.14% from 255 or 56.60% from 424); Max value from RGB is 240 - color contains mainly: blue. Hex color #694FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #694FF0 is #96B00F. Grayscale: #686868. Windows color (decimal): -9875472 or 15748969. OLE color: 15748969.

HSL color Cylindrical-coordinate representation of color #694FF0: hue angle of 249.69º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #694FF0 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB10579240-
CMYK0.560.6700.06
HSL249.69º84.29%62.55%-
HSV(B)249.69º67.08%94.12%-
XYZ24.3514.8984.03-
YUV105.13204.11127.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.76%
GREEN value IS 79 (31.25% from 255) = 18.63%
BLUE value IS 240 (94.14% from 255) = 56.60%
R=24.76%
G=18.63%
B=56.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal105792400.560.6700.06249.6984.2962.55
Hex694FF0384306fa543f
Octal151117360701030637212477
Binary110100110011111111000011100010000110110111110101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694FF0; }

 p { color: rgb(105,79,240); }

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

<style>
 a { background-color: #694FF0; }

 a { background-color: rgb(105,79,240); }

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

<style>
 span { border-color: #694FF0; }

 span { border-color: rgb(105,79,240); }

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