#696FFD

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

Shades of Medium Slate Blue #696FFD

Tints of Medium Slate Blue #696FFD

Color information

#696FFD (or 0x696FFD) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 6F and FD. RGB value is (105,111,253). Sum of RGB (Red+Green+Blue) = 105+111+253=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #696FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696FFD is #969002. Grayscale: #7C7C7C. Windows color (decimal): -9867267 or 16609129. OLE color: 16609129.

HSL color Cylindrical-coordinate representation of color #696FFD: hue angle of 237.57º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #696FFD is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB105111253-
CMYK0.580.5600.01
HSL237.57º97.37%70.2%-
HSV(B)237.57º58.5%99.22%-
XYZ29.2421.4695.53-
YUV125.39200.01113.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.39%
GREEN value IS 111 (43.75% from 255) = 23.67%
BLUE value IS 253 (99.22% from 255) = 53.94%
R=22.39%
G=23.67%
B=53.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1051112530.580.5600.01237.5797.3770.2
Hex696FFD3A3801ee6146
Octal151157375727001356141106
Binary1101001110111111111101111010111000011110111011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,111,253); }

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

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

 a { background-color: rgb(105,111,253); }

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

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

 span { border-color: rgb(105,111,253); }

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