#697B99

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

Shades of Slate Grey #697B99

Tints of Slate Grey #697B99

Color information

#697B99 (or 0x697B99) is unknown color: approx Slate Grey. HEX triplet: 69, 7B and 99. RGB value is (105,123,153). Sum of RGB (Red+Green+Blue) = 105+123+153=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 153 - color contains mainly: blue. Hex color #697B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697B99 is #968466. Grayscale: #787878. Windows color (decimal): -9864295 or 10058601. OLE color: 10058601.

HSL color Cylindrical-coordinate representation of color #697B99: hue angle of 217.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #697B99 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB105123153-
CMYK0.310.2000.4
HSL217.5º19.05%50.59%-
HSV(B)217.5º31.37%60%-
XYZ18.6619.4732.91-
YUV121.04146.04116.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.56%
GREEN value IS 123 (48.44% from 255) = 32.28%
BLUE value IS 153 (60.16% from 255) = 40.16%
R=27.56%
G=32.28%
B=40.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1051231530.310.2000.4217.519.0550.59
Hex697B991F14028da1333
Octal15117323137240503322363
Binary1101001111101110011001111111010001010001101101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,123,153); }

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

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

 a { background-color: rgb(105,123,153); }

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

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

 span { border-color: rgb(105,123,153); }

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