#69788B

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

Shades of Slate Grey #69788B

Tints of Slate Grey #69788B

Color information

#69788B (or 0x69788B) is unknown color: approx Slate Grey. HEX triplet: 69, 78 and 8B. RGB value is (105,120,139). Sum of RGB (Red+Green+Blue) = 105+120+139=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 139 - color contains mainly: blue. Hex color #69788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69788B is #968774. Grayscale: #757575. Windows color (decimal): -9865077 or 9140329. OLE color: 9140329.

HSL color Cylindrical-coordinate representation of color #69788B: hue angle of 213.53º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #69788B is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB105120139-
CMYK0.240.1400.45
HSL213.53º13.93%47.84%-
HSV(B)213.53º24.46%54.51%-
XYZ17.218.327.05-
YUV117.68140.03118.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.85%
GREEN value IS 120 (47.27% from 255) = 32.97%
BLUE value IS 139 (54.69% from 255) = 38.19%
R=28.85%
G=32.97%
B=38.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1051201390.240.1400.45213.5313.9347.84
Hex69788B18E02Dd6e30
Octal15117021330160553261660
Binary11010011111000100010111100011100101101110101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69788B; }

 p { color: rgb(105,120,139); }

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

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

 a { background-color: rgb(105,120,139); }

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

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

 span { border-color: rgb(105,120,139); }

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