#696AF4

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

Shades of Medium Slate Blue #696AF4

Tints of Medium Slate Blue #696AF4

Color information

#696AF4 (or 0x696AF4) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 6A and F4. RGB value is (105,106,244). Sum of RGB (Red+Green+Blue) = 105+106+244=455 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.08% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 244 (95.70% from 255 or 53.63% from 455); Max value from RGB is 244 - color contains mainly: blue. Hex color #696AF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696AF4 is #96950B. Grayscale: #787878. Windows color (decimal): -9868556 or 16018025. OLE color: 16018025.

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

Color convert

RGB105106244-
CMYK0.570.5700.04
HSL239.57º86.34%68.43%-
HSV(B)239.57º56.97%95.69%-
XYZ27.3119.8487.98-
YUV121.43197.17116.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.08%
GREEN value IS 106 (41.80% from 255) = 23.30%
BLUE value IS 244 (95.70% from 255) = 53.63%
R=23.08%
G=23.30%
B=53.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1051062440.570.5700.04239.5786.3468.43
Hex696AF4393904f05644
Octal151152364717104360126104
Binary110100111010101111010011100111100101001111000010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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