#697DA0

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

Shades of Slate Grey #697DA0

Tints of Slate Grey #697DA0

Color information

#697DA0 (or 0x697DA0) is unknown color: approx Slate Grey. HEX triplet: 69, 7D and A0. RGB value is (105,125,160). Sum of RGB (Red+Green+Blue) = 105+125+160=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 160 - color contains mainly: blue. Hex color #697DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697DA0 is #96825F. Grayscale: #7A7A7A. Windows color (decimal): -9863776 or 10517865. OLE color: 10517865.

HSL color Cylindrical-coordinate representation of color #697DA0: hue angle of 218.18º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #697DA0 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB105125160-
CMYK0.340.2200.37
HSL218.18º22.45%51.96%-
HSV(B)218.18º34.38%62.75%-
XYZ19.520.2136.13-
YUV123.01148.87115.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.92%
GREEN value IS 125 (49.22% from 255) = 32.05%
BLUE value IS 160 (62.89% from 255) = 41.03%
R=26.92%
G=32.05%
B=41.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1051251600.340.2200.37218.1822.4551.96
Hex697DA02216025da1634
Octal15117524042260453322664
Binary11010011111101101000001000101011001001011101101010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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