#696EFE

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

Shades of Medium Slate Blue #696EFE

Tints of Medium Slate Blue #696EFE

Color information

#696EFE (or 0x696EFE) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 6E and FE. RGB value is (105,110,254). Sum of RGB (Red+Green+Blue) = 105+110+254=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #696EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696EFE is #969101. Grayscale: #7C7C7C. Windows color (decimal): -9867522 or 16674409. OLE color: 16674409.

HSL color Cylindrical-coordinate representation of color #696EFE: hue angle of 237.99º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #696EFE is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB105110254-
CMYK0.590.5700.00
HSL237.99º98.68%70.39%-
HSV(B)237.99º58.66%99.61%-
XYZ29.2921.3196.34-
YUV124.92200.84113.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.39%
GREEN value IS 110 (43.36% from 255) = 23.45%
BLUE value IS 254 (99.61% from 255) = 54.16%
R=22.39%
G=23.45%
B=54.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1051102540.590.5700.00237.9998.6870.39
Hex696EFE3B3900ee6346
Octal151156376737100356143106
Binary1101001110111011111110111011111001001110111011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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