#696987

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

Shades of Comet #696987

Tints of Comet #696987

Color information

#696987 (or 0x696987) is unknown color: approx Comet. HEX triplet: 69, 69 and 87. RGB value is (105,105,135). Sum of RGB (Red+Green+Blue) = 105+105+135=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 135 - color contains mainly: blue. Hex color #696987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696987 is #969678. Grayscale: #6C6C6C. Windows color (decimal): -9868921 or 8874345. OLE color: 8874345.

HSL color Cylindrical-coordinate representation of color #696987: 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 #696987 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB105105135-
CMYK0.220.2200.47
HSL240º12.5%47.06%-
HSV(B)240º22.22%52.94%-
XYZ15.2514.8624.99-
YUV108.42143125.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.43%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 135 (53.12% from 255) = 39.13%
R=30.43%
G=30.43%
B=39.13%

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
Decimal1051051350.220.2200.4724012.547.06
Hex696987161602Ff0c2f
Octal15115120726260573601457
Binary110100111010011000011110110101100101111111100001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696987; }

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

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

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

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

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

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

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

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