#68686B

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

Shades of Comet #68686B

Tints of Comet #68686B

Color information

#68686B (or 0x68686B) is unknown color: approx Comet. HEX triplet: 68, 68 and 6B. RGB value is (104,104,107). Sum of RGB (Red+Green+Blue) = 104+104+107=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 107 - color contains mainly: blue. Hex color #68686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68686B is #979794. Grayscale: #686868. Windows color (decimal): -9934741 or 7039080. OLE color: 7039080.

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

Color convert

RGB104104107-
CMYK0.030.0300.58
HSL240º1.42%41.37%-
HSV(B)240º2.8%41.96%-
XYZ13.3113.9115.89-
YUV104.34129.5127.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 107 (42.19% from 255) = 33.97%
R=33.02%
G=33.02%
B=33.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1041041070.030.0300.582401.4241.37
Hex68686B3303Af0129
Octal15015015333072360151
Binary11010001101000110101111110111010111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68686B; }

 p { color: rgb(104,104,107); }

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

<style>
 a { background-color: #68686B; }

 a { background-color: rgb(104,104,107); }

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

<style>
 span { border-color: #68686B; }

 span { border-color: rgb(104,104,107); }

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