#697D99

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

Shades of Slate Grey #697D99

Tints of Slate Grey #697D99

Color information

#697D99 (or 0x697D99) is unknown color: approx Slate Grey. HEX triplet: 69, 7D and 99. RGB value is (105,125,153). Sum of RGB (Red+Green+Blue) = 105+125+153=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #697D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697D99 is #968266. Grayscale: #7A7A7A. Windows color (decimal): -9863783 or 10059113. OLE color: 10059113.

HSL color Cylindrical-coordinate representation of color #697D99: hue angle of 215º 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 #697D99 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB105125153-
CMYK0.310.1800.4
HSL215º19.05%50.59%-
HSV(B)215º31.37%60%-
XYZ18.9119.9733-
YUV122.21145.37115.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.42%
GREEN value IS 125 (49.22% from 255) = 32.64%
BLUE value IS 153 (60.16% from 255) = 39.95%
R=27.42%
G=32.64%
B=39.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1051251530.310.1800.421519.0550.59
Hex697D991F12028d71333
Octal15117523137220503272363
Binary1101001111110110011001111111001001010001101011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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