#697B8E

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

Shades of Slate Grey #697B8E

Tints of Slate Grey #697B8E

Color information

#697B8E (or 0x697B8E) is unknown color: approx Slate Grey. HEX triplet: 69, 7B and 8E. RGB value is (105,123,142). Sum of RGB (Red+Green+Blue) = 105+123+142=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 142 - color contains mainly: blue. Hex color #697B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697B8E is #968471. Grayscale: #777777. Windows color (decimal): -9864306 or 9337705. OLE color: 9337705.

HSL color Cylindrical-coordinate representation of color #697B8E: hue angle of 210.81º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #697B8E is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB105123142-
CMYK0.260.1300.44
HSL210.81º14.98%48.43%-
HSV(B)210.81º26.06%55.69%-
XYZ17.7919.1228.34-
YUV119.78140.54117.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.38%
GREEN value IS 123 (48.44% from 255) = 33.24%
BLUE value IS 142 (55.86% from 255) = 38.38%
R=28.38%
G=33.24%
B=38.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051231420.260.1300.44210.8114.9848.43
Hex697B8E1AD02Cd3f30
Octal15117321632150543231760
Binary11010011111011100011101101011010101100110100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,123,142); }

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

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

 a { background-color: rgb(105,123,142); }

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

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

 span { border-color: rgb(105,123,142); }

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