#697998

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

Shades of Slate Grey #697998

Tints of Slate Grey #697998

Color information

#697998 (or 0x697998) is unknown color: approx Slate Grey. HEX triplet: 69, 79 and 98. RGB value is (105,121,152). Sum of RGB (Red+Green+Blue) = 105+121+152=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 152 - color contains mainly: blue. Hex color #697998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697998 is #968667. Grayscale: #777777. Windows color (decimal): -9864808 or 9992553. OLE color: 9992553.

HSL color Cylindrical-coordinate representation of color #697998: hue angle of 219.57º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #697998 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB105121152-
CMYK0.310.2000.40
HSL219.57º18.58%50.39%-
HSV(B)219.57º30.92%59.61%-
XYZ18.3318.9532.4-
YUV119.75146.2117.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.78%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 152 (59.77% from 255) = 40.21%
R=27.78%
G=32.01%
B=40.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051211520.310.2000.40219.5718.5850.39
Hex6979981F14028dc1332
Octal15117123037240503342362
Binary1101001111100110011000111111010001010001101110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697998; }

 p { color: rgb(105,121,152); }

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

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

 a { background-color: rgb(105,121,152); }

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

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

 span { border-color: rgb(105,121,152); }

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