#69819F

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

Shades of Slate Grey #69819F

Tints of Slate Grey #69819F

Color information

#69819F (or 0x69819F) is unknown color: approx Slate Grey. HEX triplet: 69, 81 and 9F. RGB value is (105,129,159). Sum of RGB (Red+Green+Blue) = 105+129+159=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #69819F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69819F is #967E60. Grayscale: #7D7D7D. Windows color (decimal): -9862753 or 10453353. OLE color: 10453353.

HSL color Cylindrical-coordinate representation of color #69819F: hue angle of 213.33º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #69819F is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105129159-
CMYK0.340.1900.38
HSL213.33º21.95%51.76%-
HSV(B)213.33º33.96%62.35%-
XYZ19.9321.2135.84-
YUV125.24147.05113.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.72%
GREEN value IS 129 (50.78% from 255) = 32.82%
BLUE value IS 159 (62.5% from 255) = 40.46%
R=26.72%
G=32.82%
B=40.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051291590.340.1900.38213.3321.9551.76
Hex69819F2213026d51634
Octal15120123742230463252664
Binary110100110000001100111111000101001101001101101010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69819F; }

 p { color: rgb(105,129,159); }

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

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

 a { background-color: rgb(105,129,159); }

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

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

 span { border-color: rgb(105,129,159); }

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