#696EEF

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

Shades of Medium Slate Blue #696EEF

Tints of Medium Slate Blue #696EEF

Color information

#696EEF (or 0x696EEF) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 6E and EF. RGB value is (105,110,239). Sum of RGB (Red+Green+Blue) = 105+110+239=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #696EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696EEF is #969110. Grayscale: #7A7A7A. Windows color (decimal): -9867537 or 15691369. OLE color: 15691369.

HSL color Cylindrical-coordinate representation of color #696EEF: hue angle of 237.76º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #696EEF is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB105110239-
CMYK0.560.5400.06
HSL237.76º80.72%67.45%-
HSV(B)237.76º56.07%93.73%-
XYZ26.9820.3984.17-
YUV123.21193.34115.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.13%
GREEN value IS 110 (43.36% from 255) = 24.23%
BLUE value IS 239 (93.75% from 255) = 52.64%
R=23.13%
G=24.23%
B=52.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1051102390.560.5400.06237.7680.7267.45
Hex696EEF383606ee5143
Octal151156357706606356121103
Binary110100111011101110111111100011011001101110111010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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