#69696B

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

Shades of Comet #69696B

Tints of Comet #69696B

Color information

#69696B (or 0x69696B) is unknown color: approx Comet. HEX triplet: 69, 69 and 6B. RGB value is (105,105,107). Sum of RGB (Red+Green+Blue) = 105+105+107=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 107 - color contains mainly: blue. Hex color #69696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69696B is #969694. Grayscale: #696969. Windows color (decimal): -9868949 or 7039337. OLE color: 7039337.

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

Color convert

RGB105105107-
CMYK0.020.0200.58
HSL240º0.94%41.57%-
HSV(B)240º1.87%41.96%-
XYZ13.5314.1715.93-
YUV105.23129127.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.12%
GREEN value IS 105 (41.41% from 255) = 33.12%
BLUE value IS 107 (42.19% from 255) = 33.75%
R=33.12%
G=33.12%
B=33.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1051051070.020.0200.582400.9441.57
Hex69696B2203Af012a
Octal15115115322072360152
Binary11010011101001110101110100111010111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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