#696CEB

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

Shades of Medium Slate Blue #696CEB

Tints of Medium Slate Blue #696CEB

Color information

#696CEB (or 0x696CEB) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 6C and EB. RGB value is (105,108,235). Sum of RGB (Red+Green+Blue) = 105+108+235=448 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.44% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #696CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696CEB is #969314. Grayscale: #797979. Windows color (decimal): -9868053 or 15428713. OLE color: 15428713.

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

Color convert

RGB105108235-
CMYK0.550.5400.08
HSL238.62º76.47%66.67%-
HSV(B)238.62º55.32%92.16%-
XYZ26.1819.7381.02-
YUV121.58192.01116.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.44%
GREEN value IS 108 (42.58% from 255) = 24.11%
BLUE value IS 235 (92.19% from 255) = 52.46%
R=23.44%
G=24.11%
B=52.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1051082350.550.5400.08238.6276.4766.67
Hex696CEB373608ef4c43
Octal1511543536766010357114103
Binary1101001110110011101011110111110110010001110111110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,108,235); }

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

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

 a { background-color: rgb(105,108,235); }

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

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

 span { border-color: rgb(105,108,235); }

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