#697788

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

Shades of Slate Grey #697788

Tints of Slate Grey #697788

Color information

#697788 (or 0x697788) is unknown color: approx Slate Grey. HEX triplet: 69, 77 and 88. RGB value is (105,119,136). Sum of RGB (Red+Green+Blue) = 105+119+136=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 136 - color contains mainly: blue. Hex color #697788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697788 is #968877. Grayscale: #747474. Windows color (decimal): -9865336 or 8943465. OLE color: 8943465.

HSL color Cylindrical-coordinate representation of color #697788: hue angle of 212.9º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #697788 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB105119136-
CMYK0.230.1200.47
HSL212.9º12.86%47.25%-
HSV(B)212.9º22.79%53.33%-
XYZ16.8717.9725.87-
YUV116.75138.86119.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.17%
GREEN value IS 119 (46.88% from 255) = 33.06%
BLUE value IS 136 (53.52% from 255) = 37.78%
R=29.17%
G=33.06%
B=37.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051191360.230.1200.47212.912.8647.25
Hex69778817C02Fd5d2f
Octal15116721027140573251557
Binary11010011110111100010001011111000101111110101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697788; }

 p { color: rgb(105,119,136); }

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

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

 a { background-color: rgb(105,119,136); }

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

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

 span { border-color: rgb(105,119,136); }

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