#696FFF

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

Shades of Medium Slate Blue #696FFF

Tints of Medium Slate Blue #696FFF

Color information

#696FFF (or 0x696FFF) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 6F and FF. RGB value is (105,111,255). Sum of RGB (Red+Green+Blue) = 105+111+255=471 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.29% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #696FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696FFF is #969000. Grayscale: #7D7D7D. Windows color (decimal): -9867265 or 16740201. OLE color: 16740201.

HSL color Cylindrical-coordinate representation of color #696FFF: hue angle of 237.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 #696FFF is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB105111255-
CMYK0.590.5600
HSL237.6º100%70.59%-
HSV(B)237.6º58.82%100%-
XYZ29.5621.5997.22-
YUV125.62201.01113.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.29%
GREEN value IS 111 (43.75% from 255) = 23.57%
BLUE value IS 255 (100% from 255) = 54.14%
R=22.29%
G=23.57%
B=54.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1051112550.590.5600237.610070.59
Hex696FFF3B3800ee6447
Octal151157377737000356144107
Binary1101001110111111111111111011111000001110111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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