#686883

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

Shades of Comet #686883

Tints of Comet #686883

Color information

#686883 (or 0x686883) is unknown color: approx Comet. HEX triplet: 68, 68 and 83. RGB value is (104,104,131). Sum of RGB (Red+Green+Blue) = 104+104+131=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 131 - color contains mainly: blue. Hex color #686883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686883 is #97977C. Grayscale: #6A6A6A. Windows color (decimal): -9934717 or 8611944. OLE color: 8611944.

HSL color Cylindrical-coordinate representation of color #686883: hue angle of 240º degrees, saturation: 0.11, 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 #686883 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB104104131-
CMYK0.210.2100.49
HSL240º11.49%46.08%-
HSV(B)240º20.61%51.37%-
XYZ14.7614.4823.49-
YUV107.08141.5125.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 131 (51.56% from 255) = 38.64%
R=30.68%
G=30.68%
B=38.64%

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
Decimal1041041310.210.2100.4924011.4946.08
Hex6868831515031f0b2e
Octal15015020325250613601356
Binary110100011010001000001110101101010110001111100001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686883; }

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

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

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

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

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

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

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

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