#696DF5

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

Shades of Medium Slate Blue #696DF5

Tints of Medium Slate Blue #696DF5

Color information

#696DF5 (or 0x696DF5) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 6D and F5. RGB value is (105,109,245). Sum of RGB (Red+Green+Blue) = 105+109+245=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 245 (96.09% from 255 or 53.38% from 459); Max value from RGB is 245 - color contains mainly: blue. Hex color #696DF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696DF5 is #96920A. Grayscale: #7A7A7A. Windows color (decimal): -9867787 or 16084329. OLE color: 16084329.

HSL color Cylindrical-coordinate representation of color #696DF5: hue angle of 238.29º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #696DF5 is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB105109245-
CMYK0.570.5600.04
HSL238.29º87.5%68.63%-
HSV(B)238.29º57.14%96.08%-
XYZ27.7820.5388.89-
YUV123.31196.67114.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.88%
GREEN value IS 109 (42.97% from 255) = 23.75%
BLUE value IS 245 (96.09% from 255) = 53.38%
R=22.88%
G=23.75%
B=53.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1051092450.570.5600.04238.2987.568.63
Hex696DF5393804ee5845
Octal151155365717004356130105
Binary110100111011011111010111100111100001001110111010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696DF5; }

 p { color: rgb(105,109,245); }

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

<style>
 a { background-color: #696DF5; }

 a { background-color: rgb(105,109,245); }

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

<style>
 span { border-color: #696DF5; }

 span { border-color: rgb(105,109,245); }

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