#69809D

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

Shades of Slate Grey #69809D

Tints of Slate Grey #69809D

Color information

#69809D (or 0x69809D) is unknown color: approx Slate Grey. HEX triplet: 69, 80 and 9D. RGB value is (105,128,157). Sum of RGB (Red+Green+Blue) = 105+128+157=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #69809D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69809D is #967F62. Grayscale: #7C7C7C. Windows color (decimal): -9863011 or 10322025. OLE color: 10322025.

HSL color Cylindrical-coordinate representation of color #69809D: hue angle of 213.46º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69809D is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105128157-
CMYK0.330.1800.38
HSL213.46º20.97%51.37%-
HSV(B)213.46º33.12%61.57%-
XYZ19.6320.8834.89-
YUV124.43146.38114.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.92%
GREEN value IS 128 (50.39% from 255) = 32.82%
BLUE value IS 157 (61.72% from 255) = 40.26%
R=26.92%
G=32.82%
B=40.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051281570.330.1800.38213.4620.9751.37
Hex69809D2112026d51533
Octal15120023541220463252563
Binary110100110000000100111011000011001001001101101010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,128,157); }

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

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

 a { background-color: rgb(105,128,157); }

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

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

 span { border-color: rgb(105,128,157); }

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