#69687C

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

Shades of Comet #69687C

Tints of Comet #69687C

Color information

#69687C (or 0x69687C) is unknown color: approx Comet. HEX triplet: 69, 68 and 7C. RGB value is (105,104,124). Sum of RGB (Red+Green+Blue) = 105+104+124=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 104 (41.02% from 255 or 31.23% 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 #69687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69687C is #969783. Grayscale: #6A6A6A. Windows color (decimal): -9869188 or 8153193. OLE color: 8153193.

HSL color Cylindrical-coordinate representation of color #69687C: hue angle of 243º 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 #69687C is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB105104124-
CMYK0.150.1600.51
HSL243º8.77%44.71%-
HSV(B)243º16.13%48.63%-
XYZ14.4114.3621.08-
YUV106.58137.83126.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1051041240.150.1600.512438.7744.71
Hex69687CF10033f392d
Octal15115017417200633631155
Binary1101001110100011111001111100000110011111100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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