#69829E

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

Shades of Slate Grey #69829E

Tints of Slate Grey #69829E

Color information

#69829E (or 0x69829E) is unknown color: approx Slate Grey. HEX triplet: 69, 82 and 9E. RGB value is (105,130,158). Sum of RGB (Red+Green+Blue) = 105+130+158=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 158 - color contains mainly: blue. Hex color #69829E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69829E is #967D61. Grayscale: #7D7D7D. Windows color (decimal): -9862498 or 10388073. OLE color: 10388073.

HSL color Cylindrical-coordinate representation of color #69829E: hue angle of 211.7º degrees, saturation: 0.21, 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 #69829E is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105130158-
CMYK0.340.1800.38
HSL211.7º21.46%51.57%-
HSV(B)211.7º33.54%61.96%-
XYZ19.9821.4435.43-
YUV125.72146.22113.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.72%
GREEN value IS 130 (51.17% from 255) = 33.08%
BLUE value IS 158 (62.11% from 255) = 40.20%
R=26.72%
G=33.08%
B=40.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051301580.340.1800.38211.721.4651.57
Hex69829E2212026d41534
Octal15120223642220463242564
Binary110100110000010100111101000101001001001101101010010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69829E; }

 p { color: rgb(105,130,158); }

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

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

 a { background-color: rgb(105,130,158); }

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

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

 span { border-color: rgb(105,130,158); }

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