#696A79

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

Shades of Comet #696A79

Tints of Comet #696A79

Color information

#696A79 (or 0x696A79) is unknown color: approx Comet. HEX triplet: 69, 6A and 79. RGB value is (105,106,121). Sum of RGB (Red+Green+Blue) = 105+106+121=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 121 - color contains mainly: blue. Hex color #696A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696A79 is #969586. Grayscale: #6B6B6B. Windows color (decimal): -9868679 or 7957097. OLE color: 7957097.

HSL color Cylindrical-coordinate representation of color #696A79: hue angle of 236.25º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #696A79 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB105106121-
CMYK0.130.1200.53
HSL236.25º7.08%44.31%-
HSV(B)236.25º13.22%47.45%-
XYZ14.4314.6920.16-
YUV107.41135.67126.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.63%
GREEN value IS 106 (41.80% from 255) = 31.93%
BLUE value IS 121 (47.66% from 255) = 36.45%
R=31.63%
G=31.93%
B=36.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051061210.130.1200.53236.257.0844.31
Hex696A79DC035ec72c
Octal1511521711514065354754
Binary11010011101010111100111011100011010111101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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