#67809C

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

Shades of Slate Grey #67809C

Tints of Slate Grey #67809C

Color information

#67809C (or 0x67809C) is unknown color: approx Slate Grey. HEX triplet: 67, 80 and 9C. RGB value is (103,128,156). Sum of RGB (Red+Green+Blue) = 103+128+156=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #67809C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67809C is #987F63. Grayscale: #7B7B7B. Windows color (decimal): -9994084 or 10256487. OLE color: 10256487.

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

Color convert

RGB103128156-
CMYK0.340.1800.39
HSL211.7º21.12%50.78%-
HSV(B)211.7º33.97%61.18%-
XYZ19.3120.7234.43-
YUV123.72146.22113.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.61%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 156 (61.33% from 255) = 40.31%
R=26.61%
G=33.07%
B=40.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1031281560.340.1800.39211.721.1250.78
Hex67809C2212027d41533
Octal14720023442220473242563
Binary110011110000000100111001000101001001001111101010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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