#696DFC

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

Shades of Medium Slate Blue #696DFC

Tints of Medium Slate Blue #696DFC

Color information

#696DFC (or 0x696DFC) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 6D and FC. RGB value is (105,109,252). Sum of RGB (Red+Green+Blue) = 105+109+252=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #696DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696DFC is #969203. Grayscale: #7B7B7B. Windows color (decimal): -9867780 or 16543081. OLE color: 16543081.

HSL color Cylindrical-coordinate representation of color #696DFC: hue angle of 238.37º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #696DFC is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB105109252-
CMYK0.580.5700.01
HSL238.37º96.08%70%-
HSV(B)238.37º58.33%98.82%-
XYZ28.8720.9794.62-
YUV124.11200.17114.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.53%
GREEN value IS 109 (42.97% from 255) = 23.39%
BLUE value IS 252 (98.83% from 255) = 54.08%
R=22.53%
G=23.39%
B=54.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1051092520.580.5700.01238.3796.0870
Hex696DFC3A3901ee6046
Octal151155374727101356140106
Binary1101001110110111111100111010111001011110111011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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