#67676C

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

Shades of Comet #67676C

Tints of Comet #67676C

Color information

#67676C (or 0x67676C) is unknown color: approx Comet. HEX triplet: 67, 67 and 6C. RGB value is (103,103,108). Sum of RGB (Red+Green+Blue) = 103+103+108=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 108 - color contains mainly: blue. Hex color #67676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67676C is #989893. Grayscale: #676767. Windows color (decimal): -10000532 or 7104359. OLE color: 7104359.

HSL color Cylindrical-coordinate representation of color #67676C: hue angle of 240º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #67676C is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB103103108-
CMYK0.050.0500.58
HSL240º2.37%41.37%-
HSV(B)240º4.63%42.35%-
XYZ13.1513.6716.13-
YUV103.57130.5127.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.80%
GREEN value IS 103 (40.62% from 255) = 32.80%
BLUE value IS 108 (42.58% from 255) = 34.39%
R=32.80%
G=32.80%
B=34.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1031031080.050.0500.582402.3741.37
Hex67676C5503Af0229
Octal14714715455072360251
Binary11001111100111110110010110101110101111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,103,108); }

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

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

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

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

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

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

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