#696C82

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

Shades of Comet #696C82

Tints of Comet #696C82

Color information

#696C82 (or 0x696C82) is unknown color: approx Comet. HEX triplet: 69, 6C and 82. RGB value is (105,108,130). Sum of RGB (Red+Green+Blue) = 105+108+130=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 130 - color contains mainly: blue. Hex color #696C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696C82 is #96937D. Grayscale: #6D6D6D. Windows color (decimal): -9868158 or 8547433. OLE color: 8547433.

HSL color Cylindrical-coordinate representation of color #696C82: hue angle of 232.8º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #696C82 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB105108130-
CMYK0.190.1700.49
HSL232.8º10.64%46.08%-
HSV(B)232.8º19.23%50.98%-
XYZ15.2215.3423.28-
YUV109.61139.51124.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.61%
GREEN value IS 108 (42.58% from 255) = 31.49%
BLUE value IS 130 (51.17% from 255) = 37.90%
R=30.61%
G=31.49%
B=37.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051081300.190.1700.49232.810.6446.08
Hex696C821311031e9b2e
Octal15115420223210613511356
Binary110100111011001000001010011100010110001111010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,108,130); }

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

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

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

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

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

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

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