#68687B

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

Shades of Comet #68687B

Tints of Comet #68687B

Color information

#68687B (or 0x68687B) is unknown color: approx Comet. HEX triplet: 68, 68 and 7B. RGB value is (104,104,123). Sum of RGB (Red+Green+Blue) = 104+104+123=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 123 - color contains mainly: blue. Hex color #68687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68687B is #979784. Grayscale: #6A6A6A. Windows color (decimal): -9934725 or 8087656. OLE color: 8087656.

HSL color Cylindrical-coordinate representation of color #68687B: hue angle of 240º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #68687B is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB104104123-
CMYK0.150.1500.52
HSL240º8.37%44.51%-
HSV(B)240º15.45%48.24%-
XYZ14.2314.2720.74-
YUV106.17137.5126.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.42%
GREEN value IS 104 (41.02% from 255) = 31.42%
BLUE value IS 123 (48.44% from 255) = 37.16%
R=31.42%
G=31.42%
B=37.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1041041230.150.1500.522408.3744.51
Hex68687BFF034f082d
Octal15015017317170643601055
Binary110100011010001111011111111110110100111100001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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