#686783

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

Shades of Comet #686783

Tints of Comet #686783

Color information

#686783 (or 0x686783) is unknown color: approx Comet. HEX triplet: 68, 67 and 83. RGB value is (104,103,131). Sum of RGB (Red+Green+Blue) = 104+103+131=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 131 - color contains mainly: blue. Hex color #686783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686783 is #97987C. Grayscale: #6A6A6A. Windows color (decimal): -9934973 or 8611688. OLE color: 8611688.

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

Color convert

RGB104103131-
CMYK0.210.2100.49
HSL242.14º11.97%45.88%-
HSV(B)242.14º21.37%51.37%-
XYZ14.6614.2823.46-
YUV106.49141.83126.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.77%
GREEN value IS 103 (40.62% from 255) = 30.47%
BLUE value IS 131 (51.56% from 255) = 38.76%
R=30.77%
G=30.47%
B=38.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041031310.210.2100.49242.1411.9745.88
Hex6867831515031f2c2e
Octal15014720325250613621456
Binary110100011001111000001110101101010110001111100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686783; }

 p { color: rgb(104,103,131); }

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

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

 a { background-color: rgb(104,103,131); }

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

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

 span { border-color: rgb(104,103,131); }

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