#696A7C

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

Shades of Comet #696A7C

Tints of Comet #696A7C

Color information

#696A7C (or 0x696A7C) is unknown color: approx Comet. HEX triplet: 69, 6A and 7C. RGB value is (105,106,124). Sum of RGB (Red+Green+Blue) = 105+106+124=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 124 - color contains mainly: blue. Hex color #696A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696A7C is #969583. Grayscale: #6B6B6B. Windows color (decimal): -9868676 or 8153705. OLE color: 8153705.

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

Color convert

RGB105106124-
CMYK0.150.1500.51
HSL236.84º8.3%44.9%-
HSV(B)236.84º15.32%48.63%-
XYZ14.6214.7721.15-
YUV107.75137.17126.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.34%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 124 (48.83% from 255) = 37.01%
R=31.34%
G=31.64%
B=37.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1051061240.150.1500.51236.848.344.9
Hex696A7CFF033ed82d
Octal15115217417170633551055
Binary110100111010101111100111111110110011111011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696A7C; }

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

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

<style>
 a { background-color: #696A7C; }

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

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

<style>
 span { border-color: #696A7C; }

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

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