#697AFB

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

Shades of Medium Slate Blue #697AFB

Tints of Medium Slate Blue #697AFB

Color information

#697AFB (or 0x697AFB) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 7A and FB. RGB value is (105,122,251). Sum of RGB (Red+Green+Blue) = 105+122+251=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #697AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697AFB is #968504. Grayscale: #838383. Windows color (decimal): -9864453 or 16480873. OLE color: 16480873.

HSL color Cylindrical-coordinate representation of color #697AFB: hue angle of 233.01º degrees, saturation: 0.95, 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 #697AFB is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105122251-
CMYK0.580.5100.02
HSL233.01º94.81%69.8%-
HSV(B)233.01º58.17%98.43%-
XYZ30.223.8994.29-
YUV131.62195.37109.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.97%
GREEN value IS 122 (48.05% from 255) = 25.52%
BLUE value IS 251 (98.44% from 255) = 52.51%
R=21.97%
G=25.52%
B=52.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051222510.580.5100.02233.0194.8169.8
Hex697AFB3A3302e95f46
Octal151172373726302351137106
Binary11010011111010111110111110101100110101110100110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697AFB; }

 p { color: rgb(105,122,251); }

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

<style>
 a { background-color: #697AFB; }

 a { background-color: rgb(105,122,251); }

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

<style>
 span { border-color: #697AFB; }

 span { border-color: rgb(105,122,251); }

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