#696DEA

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

Shades of Medium Slate Blue #696DEA

Tints of Medium Slate Blue #696DEA

Color information

#696DEA (or 0x696DEA) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 6D and EA. RGB value is (105,109,234). Sum of RGB (Red+Green+Blue) = 105+109+234=448 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.44% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #696DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696DEA is #969215. Grayscale: #797979. Windows color (decimal): -9867798 or 15363433. OLE color: 15363433.

HSL color Cylindrical-coordinate representation of color #696DEA: hue angle of 238.14º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #696DEA is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB105109234-
CMYK0.550.5300.08
HSL238.14º75.44%66.47%-
HSV(B)238.14º55.13%91.76%-
XYZ26.1519.8880.3-
YUV122.05191.17115.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.44%
GREEN value IS 109 (42.97% from 255) = 24.33%
BLUE value IS 234 (91.80% from 255) = 52.23%
R=23.44%
G=24.33%
B=52.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1051092340.550.5300.08238.1475.4466.47
Hex696DEA373508ee4b42
Octal1511553526765010356113102
Binary1101001110110111101010110111110101010001110111010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,109,234); }

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

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

 a { background-color: rgb(105,109,234); }

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

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

 span { border-color: rgb(105,109,234); }

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