#696A87

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

Shades of Comet #696A87

Tints of Comet #696A87

Color information

#696A87 (or 0x696A87) is unknown color: approx Comet. HEX triplet: 69, 6A and 87. RGB value is (105,106,135). Sum of RGB (Red+Green+Blue) = 105+106+135=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 135 - color contains mainly: blue. Hex color #696A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696A87 is #969578. Grayscale: #6C6C6C. Windows color (decimal): -9868665 or 8874601. OLE color: 8874601.

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

Color convert

RGB105106135-
CMYK0.220.2100.47
HSL238º12.5%47.06%-
HSV(B)238º22.22%52.94%-
XYZ15.3515.0625.02-
YUV109.01142.67125.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 106 (41.80% from 255) = 30.64%
BLUE value IS 135 (53.12% from 255) = 39.02%
R=30.35%
G=30.64%
B=39.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051061350.220.2100.4723812.547.06
Hex696A87161502Feec2f
Octal15115220726250573561457
Binary110100111010101000011110110101010101111111011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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