#696CFA

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

Shades of Medium Slate Blue #696CFA

Tints of Medium Slate Blue #696CFA

Color information

#696CFA (or 0x696CFA) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 6C and FA. RGB value is (105,108,250). Sum of RGB (Red+Green+Blue) = 105+108+250=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #696CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696CFA is #969305. Grayscale: #7A7A7A. Windows color (decimal): -9868038 or 16411753. OLE color: 16411753.

HSL color Cylindrical-coordinate representation of color #696CFA: hue angle of 238.76º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #696CFA is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105108250-
CMYK0.580.5700.02
HSL238.76º93.55%69.61%-
HSV(B)238.76º58%98.04%-
XYZ28.4420.6392.93-
YUV123.29199.51114.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.68%
GREEN value IS 108 (42.58% from 255) = 23.33%
BLUE value IS 250 (98.05% from 255) = 54.00%
R=22.68%
G=23.33%
B=54.00%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051082500.580.5700.02238.7693.5569.61
Hex696CFA3A3902ef5e46
Octal151154372727102357136106
Binary11010011101100111110101110101110010101110111110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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