#696877

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

Shades of Comet #696877

Tints of Comet #696877

Color information

#696877 (or 0x696877) is unknown color: approx Comet. HEX triplet: 69, 68 and 77. RGB value is (105,104,119). Sum of RGB (Red+Green+Blue) = 105+104+119=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 119 - color contains mainly: blue. Hex color #696877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696877 is #969788. Grayscale: #696969. Windows color (decimal): -9869193 or 7825513. OLE color: 7825513.

HSL color Cylindrical-coordinate representation of color #696877: hue angle of 244º 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 #696877 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB105104119-
CMYK0.120.1300.53
HSL244º6.73%43.73%-
HSV(B)244º12.61%46.67%-
XYZ14.1114.2419.46-
YUV106.01135.33127.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 119 (46.88% from 255) = 36.28%
R=32.01%
G=31.71%
B=36.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051041190.120.1300.532446.7343.73
Hex696877CD035f472c
Octal1511501671415065364754
Binary11010011101000111011111001101011010111110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696877; }

 p { color: rgb(105,104,119); }

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

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

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

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

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

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

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