#696FFE

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

Shades of Medium Slate Blue #696FFE

Tints of Medium Slate Blue #696FFE

Color information

#696FFE (or 0x696FFE) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 6F and FE. RGB value is (105,111,254). Sum of RGB (Red+Green+Blue) = 105+111+254=470 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.34% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #696FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696FFE is #969001. Grayscale: #7C7C7C. Windows color (decimal): -9867266 or 16674665. OLE color: 16674665.

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

Color convert

RGB105111254-
CMYK0.590.5600.00
HSL237.58º98.68%70.39%-
HSV(B)237.58º58.66%99.61%-
XYZ29.421.5396.37-
YUV125.51200.51113.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.34%
GREEN value IS 111 (43.75% from 255) = 23.62%
BLUE value IS 254 (99.61% from 255) = 54.04%
R=22.34%
G=23.62%
B=54.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1051112540.590.5600.00237.5898.6870.39
Hex696FFE3B3800ee6346
Octal151157376737000356143106
Binary1101001110111111111110111011111000001110111011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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