#697D94

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

Shades of Slate Grey #697D94

Tints of Slate Grey #697D94

Color information

#697D94 (or 0x697D94) is unknown color: approx Slate Grey. HEX triplet: 69, 7D and 94. RGB value is (105,125,148). Sum of RGB (Red+Green+Blue) = 105+125+148=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 148 - color contains mainly: blue. Hex color #697D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697D94 is #96826B. Grayscale: #797979. Windows color (decimal): -9863788 or 9731433. OLE color: 9731433.

HSL color Cylindrical-coordinate representation of color #697D94: hue angle of 212.09º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #697D94 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB105125148-
CMYK0.290.1600.42
HSL212.09º17%49.61%-
HSV(B)212.09º29.05%58.04%-
XYZ18.519.8130.87-
YUV121.64142.87116.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.78%
GREEN value IS 125 (49.22% from 255) = 33.07%
BLUE value IS 148 (58.20% from 255) = 39.15%
R=27.78%
G=33.07%
B=39.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051251480.290.1600.42212.091749.61
Hex697D941D1002Ad41132
Octal15117522435200523242162
Binary1101001111110110010100111011000001010101101010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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