#696BED

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

Shades of Medium Slate Blue #696BED

Tints of Medium Slate Blue #696BED

Color information

#696BED (or 0x696BED) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 6B and ED. RGB value is (105,107,237). Sum of RGB (Red+Green+Blue) = 105+107+237=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #696BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696BED is #969412. Grayscale: #787878. Windows color (decimal): -9868307 or 15559529. OLE color: 15559529.

HSL color Cylindrical-coordinate representation of color #696BED: hue angle of 239.09º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #696BED is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB105107237-
CMYK0.560.5500.07
HSL239.09º78.57%67.06%-
HSV(B)239.09º55.7%92.94%-
XYZ26.3719.6382.52-
YUV121.22193.34116.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.39%
GREEN value IS 107 (42.19% from 255) = 23.83%
BLUE value IS 237 (92.97% from 255) = 52.78%
R=23.39%
G=23.83%
B=52.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1051072370.560.5500.07239.0978.5767.06
Hex696BED383707ef4f43
Octal151153355706707357117103
Binary110100111010111110110111100011011101111110111110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,107,237); }

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

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

 a { background-color: rgb(105,107,237); }

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

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

 span { border-color: rgb(105,107,237); }

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