#696DEC

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

Shades of Medium Slate Blue #696DEC

Tints of Medium Slate Blue #696DEC

Color information

#696DEC (or 0x696DEC) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 6D and EC. RGB value is (105,109,236). Sum of RGB (Red+Green+Blue) = 105+109+236=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #696DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696DEC is #969213. Grayscale: #797979. Windows color (decimal): -9867796 or 15494505. OLE color: 15494505.

HSL color Cylindrical-coordinate representation of color #696DEC: hue angle of 238.17º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #696DEC is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB105109236-
CMYK0.560.5400.07
HSL238.17º77.51%66.86%-
HSV(B)238.17º55.51%92.55%-
XYZ26.432081.82-
YUV122.28192.17115.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.33%
GREEN value IS 109 (42.97% from 255) = 24.22%
BLUE value IS 236 (92.58% from 255) = 52.44%
R=23.33%
G=24.22%
B=52.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1051092360.560.5400.07238.1777.5166.86
Hex696DEC383607ee4e43
Octal151155354706607356116103
Binary110100111011011110110011100011011001111110111010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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