#686982

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

Shades of Comet #686982

Tints of Comet #686982

Color information

#686982 (or 0x686982) is unknown color: approx Comet. HEX triplet: 68, 69 and 82. RGB value is (104,105,130). Sum of RGB (Red+Green+Blue) = 104+105+130=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 130 - color contains mainly: blue. Hex color #686982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686982 is #97967D. Grayscale: #6B6B6B. Windows color (decimal): -9934462 or 8546664. OLE color: 8546664.

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

Color convert

RGB104105130-
CMYK0.20.1900.49
HSL237.69º11.11%45.88%-
HSV(B)237.69º20%50.98%-
XYZ14.7914.6623.17-
YUV107.55140.67125.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 130 (51.17% from 255) = 38.35%
R=30.68%
G=30.97%
B=38.35%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041051300.20.1900.49237.6911.1145.88
Hex6869821413031eeb2e
Octal15015120224230613561356
Binary110100011010011000001010100100110110001111011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686982; }

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

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

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

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

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

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

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

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