#69778D

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

Shades of Slate Grey #69778D

Tints of Slate Grey #69778D

Color information

#69778D (or 0x69778D) is unknown color: approx Slate Grey. HEX triplet: 69, 77 and 8D. RGB value is (105,119,141). Sum of RGB (Red+Green+Blue) = 105+119+141=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 141 - color contains mainly: blue. Hex color #69778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69778D is #968872. Grayscale: #757575. Windows color (decimal): -9865331 or 9271145. OLE color: 9271145.

HSL color Cylindrical-coordinate representation of color #69778D: hue angle of 216.67º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69778D is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB105119141-
CMYK0.260.1600.45
HSL216.67º14.63%48.24%-
HSV(B)216.67º25.53%55.29%-
XYZ17.2318.1227.79-
YUV117.32141.36119.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.77%
GREEN value IS 119 (46.88% from 255) = 32.60%
BLUE value IS 141 (55.47% from 255) = 38.63%
R=28.77%
G=32.60%
B=38.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1051191410.260.1600.45216.6714.6348.24
Hex69778D1A1002Dd9f30
Octal15116721532200553311760
Binary110100111101111000110111010100000101101110110011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69778D; }

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

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

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

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

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

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

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

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