#67829A

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

Shades of Slate Grey #67829A

Tints of Slate Grey #67829A

Color information

#67829A (or 0x67829A) is unknown color: approx Slate Grey. HEX triplet: 67, 82 and 9A. RGB value is (103,130,154). Sum of RGB (Red+Green+Blue) = 103+130+154=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 154 - color contains mainly: blue. Hex color #67829A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67829A is #987D65. Grayscale: #7C7C7C. Windows color (decimal): -9993574 or 10125927. OLE color: 10125927.

HSL color Cylindrical-coordinate representation of color #67829A: hue angle of 208.24º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67829A is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB103130154-
CMYK0.330.1600.40
HSL208.24º20.16%50.39%-
HSV(B)208.24º33.12%60.39%-
XYZ19.4121.1833.64-
YUV124.66144.55112.55-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.61%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 154 (60.55% from 255) = 39.79%
R=26.61%
G=33.59%
B=39.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031301540.330.1600.40208.2420.1650.39
Hex67829A2110028d01432
Octal14720223241200503202462
Binary110011110000010100110101000011000001010001101000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67829A; }

 p { color: rgb(103,130,154); }

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

<style>
 a { background-color: #67829A; }

 a { background-color: rgb(103,130,154); }

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

<style>
 span { border-color: #67829A; }

 span { border-color: rgb(103,130,154); }

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