#68697C

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

Shades of Comet #68697C

Tints of Comet #68697C

Color information

#68697C (or 0x68697C) is unknown color: approx Comet. HEX triplet: 68, 69 and 7C. RGB value is (104,105,124). Sum of RGB (Red+Green+Blue) = 104+105+124=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 124 - color contains mainly: blue. Hex color #68697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68697C is #979683. Grayscale: #6A6A6A. Windows color (decimal): -9934468 or 8153448. OLE color: 8153448.

HSL color Cylindrical-coordinate representation of color #68697C: hue angle of 237º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #68697C is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB104105124-
CMYK0.160.1500.51
HSL237º8.77%44.71%-
HSV(B)237º16.13%48.63%-
XYZ14.414.521.11-
YUV106.87137.67125.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 105 (41.41% from 255) = 31.53%
BLUE value IS 124 (48.83% from 255) = 37.24%
R=31.23%
G=31.53%
B=37.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1041051240.160.1500.512378.7744.71
Hex68697C10F033ed92d
Octal15015117420170633551155
Binary1101000110100111111001000011110110011111011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,105,124); }

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

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

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

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

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

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

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