#697f96

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

Shades of Slate Grey #697F96

Tints of Slate Grey #697F96

Color information

#697F96 (or 0x697F96) is unknown color: approx Slate Grey. HEX triplet: 69, 7F and 96. RGB value is (105,127,150). Sum of RGB (Red+Green+Blue) = 105+127+150=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 150 - color contains mainly: blue. Hex color #697F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697F96 is #968069. Grayscale: #7A7A7A. Windows color (decimal): -9863274 or 9863017. OLE color: 9863017.

HSL color Cylindrical-coordinate representation of color #697F96: hue angle of 210.67º 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 #697F96 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB105127150-
CMYK0.300.1500.41
HSL210.67º17.65%50%-
HSV(B)210.67º30%58.82%-
XYZ18.9220.3831.79-
YUV123.04143.21115.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.49%
GREEN value IS 127 (50% from 255) = 33.25%
BLUE value IS 150 (58.98% from 255) = 39.27%
R=27.49%
G=33.25%
B=39.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051271500.300.1500.41210.6717.6550
Hex697F961EF029d31232
Octal15117722636170513232262
Binary110100111111111001011011110111101010011101001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697f96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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