#696BFC

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

Shades of Medium Slate Blue #696BFC

Tints of Medium Slate Blue #696BFC

Color information

#696BFC (or 0x696BFC) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 6B and FC. RGB value is (105,107,252). Sum of RGB (Red+Green+Blue) = 105+107+252=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #696BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696BFC is #969403. Grayscale: #7A7A7A. Windows color (decimal): -9868292 or 16542569. OLE color: 16542569.

HSL color Cylindrical-coordinate representation of color #696BFC: hue angle of 239.18º degrees, saturation: 0.96, 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 #696BFC is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB105107252-
CMYK0.580.5800.01
HSL239.18º96.08%70%-
HSV(B)239.18º58.33%98.82%-
XYZ28.6520.5594.55-
YUV122.93200.84115.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.63%
GREEN value IS 107 (42.19% from 255) = 23.06%
BLUE value IS 252 (98.83% from 255) = 54.31%
R=22.63%
G=23.06%
B=54.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1051072520.580.5800.01239.1896.0870
Hex696BFC3A3A01ef6046
Octal151153374727201357140106
Binary1101001110101111111100111010111010011110111111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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