#69829F

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

Shades of Light Slate Grey #69829F

Tints of Light Slate Grey #69829F

Color information

#69829F (or 0x69829F) is unknown color: approx Light Slate Grey. HEX triplet: 69, 82 and 9F. RGB value is (105,130,159). Sum of RGB (Red+Green+Blue) = 105+130+159=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 159 - color contains mainly: blue. Hex color #69829F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69829F is #967D60. Grayscale: #7D7D7D. Windows color (decimal): -9862497 or 10453609. OLE color: 10453609.

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

Color convert

RGB105130159-
CMYK0.340.1800.38
HSL212.22º21.95%51.76%-
HSV(B)212.22º33.96%62.35%-
XYZ20.0721.4735.89-
YUV125.83146.72113.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.65%
GREEN value IS 130 (51.17% from 255) = 32.99%
BLUE value IS 159 (62.5% from 255) = 40.36%
R=26.65%
G=32.99%
B=40.36%

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
Decimal1051301590.340.1800.38212.2221.9551.76
Hex69829F2212026d41634
Octal15120223742220463242664
Binary110100110000010100111111000101001001001101101010010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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