#696BF8

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

Shades of Medium Slate Blue #696BF8

Tints of Medium Slate Blue #696BF8

Color information

#696BF8 (or 0x696BF8) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 6B and F8. RGB value is (105,107,248). Sum of RGB (Red+Green+Blue) = 105+107+248=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 248 (97.27% from 255 or 53.91% from 460); Max value from RGB is 248 - color contains mainly: blue. Hex color #696BF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696BF8 is #969407. Grayscale: #797979. Windows color (decimal): -9868296 or 16280425. OLE color: 16280425.

HSL color Cylindrical-coordinate representation of color #696BF8: hue angle of 239.16º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #696BF8 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB105107248-
CMYK0.580.5700.03
HSL239.16º91.08%69.22%-
HSV(B)239.16º57.66%97.25%-
XYZ28.0320.391.25-
YUV122.48198.84115.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.83%
GREEN value IS 107 (42.19% from 255) = 23.26%
BLUE value IS 248 (97.27% from 255) = 53.91%
R=22.83%
G=23.26%
B=53.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1051072480.580.5700.03239.1691.0869.22
Hex696BF83A3903ef5b45
Octal151153370727103357133105
Binary11010011101011111110001110101110010111110111110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,107,248); }

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

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

 a { background-color: rgb(105,107,248); }

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

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

 span { border-color: rgb(105,107,248); }

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