#696CFE

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

Shades of Medium Slate Blue #696CFE

Tints of Medium Slate Blue #696CFE

Color information

#696CFE (or 0x696CFE) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 6C and FE. RGB value is (105,108,254). Sum of RGB (Red+Green+Blue) = 105+108+254=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #696CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696CFE is #969301. Grayscale: #7B7B7B. Windows color (decimal): -9868034 or 16673897. OLE color: 16673897.

HSL color Cylindrical-coordinate representation of color #696CFE: hue angle of 238.79º 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 #696CFE is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB105108254-
CMYK0.590.5700.00
HSL238.79º98.68%70.39%-
HSV(B)238.79º58.66%99.61%-
XYZ29.0820.8896.26-
YUV123.75201.51114.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.48%
GREEN value IS 108 (42.58% from 255) = 23.13%
BLUE value IS 254 (99.61% from 255) = 54.39%
R=22.48%
G=23.13%
B=54.39%

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
Decimal1051082540.590.5700.00238.7998.6870.39
Hex696CFE3B3900ef6346
Octal151154376737100357143106
Binary1101001110110011111110111011111001001110111111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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