#696986

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

Shades of Comet #696986

Tints of Comet #696986

Color information

#696986 (or 0x696986) is unknown color: approx Comet. HEX triplet: 69, 69 and 86. RGB value is (105,105,134). Sum of RGB (Red+Green+Blue) = 105+105+134=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 134 - color contains mainly: blue. Hex color #696986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696986 is #969679. Grayscale: #6C6C6C. Windows color (decimal): -9868922 or 8808809. OLE color: 8808809.

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

Color convert

RGB105105134-
CMYK0.220.2200.47
HSL240º12.13%46.86%-
HSV(B)240º21.64%52.55%-
XYZ15.1814.8324.62-
YUV108.31142.5125.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.52%
GREEN value IS 105 (41.41% from 255) = 30.52%
BLUE value IS 134 (52.73% from 255) = 38.95%
R=30.52%
G=30.52%
B=38.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051051340.220.2200.4724012.1346.86
Hex696986161602Ff0c2f
Octal15115120626260573601457
Binary110100111010011000011010110101100101111111100001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696986; }

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

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

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

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

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

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

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

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