#697D96

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

Shades of Slate Grey #697D96

Tints of Slate Grey #697D96

Color information

#697D96 (or 0x697D96) is unknown color: approx Slate Grey. HEX triplet: 69, 7D and 96. RGB value is (105,125,150). Sum of RGB (Red+Green+Blue) = 105+125+150=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 150 - color contains mainly: blue. Hex color #697D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697D96 is #968269. Grayscale: #797979. Windows color (decimal): -9863786 or 9862505. OLE color: 9862505.

HSL color Cylindrical-coordinate representation of color #697D96: hue angle of 213.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #697D96 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB105125150-
CMYK0.300.1700.41
HSL213.33º17.65%50%-
HSV(B)213.33º30%58.82%-
XYZ18.6619.8731.71-
YUV121.87143.87115.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.63%
GREEN value IS 125 (49.22% from 255) = 32.89%
BLUE value IS 150 (58.98% from 255) = 39.47%
R=27.63%
G=32.89%
B=39.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051251500.300.1700.41213.3317.6550
Hex697D961E11029d51232
Octal15117522636210513252262
Binary1101001111110110010110111101000101010011101010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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