#67829C

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

Shades of Slate Grey #67829C

Tints of Slate Grey #67829C

Color information

#67829C (or 0x67829C) is unknown color: approx Slate Grey. HEX triplet: 67, 82 and 9C. RGB value is (103,130,156). Sum of RGB (Red+Green+Blue) = 103+130+156=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #67829C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67829C is #987D63. Grayscale: #7C7C7C. Windows color (decimal): -9993572 or 10256999. OLE color: 10256999.

HSL color Cylindrical-coordinate representation of color #67829C: hue angle of 209.43º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67829C is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB103130156-
CMYK0.340.1700.39
HSL209.43º21.12%50.78%-
HSV(B)209.43º33.97%61.18%-
XYZ19.5821.2534.52-
YUV124.89145.55112.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.48%
GREEN value IS 130 (51.17% from 255) = 33.42%
BLUE value IS 156 (61.33% from 255) = 40.10%
R=26.48%
G=33.42%
B=40.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1031301560.340.1700.39209.4321.1250.78
Hex67829C2211027d11533
Octal14720223442210473212563
Binary110011110000010100111001000101000101001111101000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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