#696EE3

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

Shades of Medium Slate Blue #696EE3

Tints of Medium Slate Blue #696EE3

Color information

#696EE3 (or 0x696EE3) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 6E and E3. RGB value is (105,110,227). Sum of RGB (Red+Green+Blue) = 105+110+227=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 227 (89.06% from 255 or 51.36% from 442); Max value from RGB is 227 - color contains mainly: blue. Hex color #696EE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696EE3 is #96911C. Grayscale: #797979. Windows color (decimal): -9867549 or 14904937. OLE color: 14904937.

HSL color Cylindrical-coordinate representation of color #696EE3: hue angle of 237.54º degrees, saturation: 0.69, 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 #696EE3 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB105110227-
CMYK0.540.5200.11
HSL237.54º68.54%65.1%-
HSV(B)237.54º53.74%89.02%-
XYZ25.2719.775.14-
YUV121.84187.34115.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.76%
GREEN value IS 110 (43.36% from 255) = 24.89%
BLUE value IS 227 (89.06% from 255) = 51.36%
R=23.76%
G=24.89%
B=51.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1051102270.540.5200.11237.5468.5465.1
Hex696EE336340Bee4541
Octal1511563436664013356105101
Binary1101001110111011100011110110110100010111110111010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,110,227); }

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

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

 a { background-color: rgb(105,110,227); }

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

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

 span { border-color: rgb(105,110,227); }

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