#696AFF

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

Shades of Medium Slate Blue #696AFF

Tints of Medium Slate Blue #696AFF

Color information

#696AFF (or 0x696AFF) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 6A and FF. RGB value is (105,106,255). Sum of RGB (Red+Green+Blue) = 105+106+255=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #696AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696AFF is #969500. Grayscale: #7A7A7A. Windows color (decimal): -9868545 or 16738921. OLE color: 16738921.

HSL color Cylindrical-coordinate representation of color #696AFF: hue angle of 239.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #696AFF is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB105106255-
CMYK0.590.5800
HSL239.6º100%70.59%-
HSV(B)239.6º58.82%100%-
XYZ29.0320.5397.04-
YUV122.69202.67115.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.53%
GREEN value IS 106 (41.80% from 255) = 22.75%
BLUE value IS 255 (100% from 255) = 54.72%
R=22.53%
G=22.75%
B=54.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1051062550.590.5800239.610070.59
Hex696AFF3B3A00f06447
Octal151152377737200360144107
Binary1101001110101011111111111011111010001111000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,106,255); }

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

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

 a { background-color: rgb(105,106,255); }

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

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

 span { border-color: rgb(105,106,255); }

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