#696FE2

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

Shades of Medium Slate Blue #696FE2

Tints of Medium Slate Blue #696FE2

Color information

#696FE2 (or 0x696FE2) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 6F and E2. RGB value is (105,111,226). Sum of RGB (Red+Green+Blue) = 105+111+226=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 226 (88.67% from 255 or 51.13% from 442); Max value from RGB is 226 - color contains mainly: blue. Hex color #696FE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696FE2 is #96901D. Grayscale: #797979. Windows color (decimal): -9867294 or 14839657. OLE color: 14839657.

HSL color Cylindrical-coordinate representation of color #696FE2: hue angle of 237.02º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #696FE2 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB105111226-
CMYK0.540.5100.11
HSL237.02º67.6%64.9%-
HSV(B)237.02º53.54%88.63%-
XYZ25.2419.8674.46-
YUV122.32186.51115.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.76%
GREEN value IS 111 (43.75% from 255) = 25.11%
BLUE value IS 226 (88.67% from 255) = 51.13%
R=23.76%
G=25.11%
B=51.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1051112260.540.5100.11237.0267.664.9
Hex696FE236330Bed4441
Octal1511573426663013355104101
Binary1101001110111111100010110110110011010111110110110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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