#686B83

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

Shades of Comet #686B83

Tints of Comet #686B83

Color information

#686B83 (or 0x686B83) is unknown color: approx Comet. HEX triplet: 68, 6B and 83. RGB value is (104,107,131). Sum of RGB (Red+Green+Blue) = 104+107+131=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 131 - color contains mainly: blue. Hex color #686B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686B83 is #97947C. Grayscale: #6C6C6C. Windows color (decimal): -9933949 or 8612712. OLE color: 8612712.

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

Color convert

RGB104107131-
CMYK0.210.1800.49
HSL233.33º11.49%46.08%-
HSV(B)233.33º20.61%51.37%-
XYZ15.0615.123.59-
YUV108.84140.51124.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.41%
GREEN value IS 107 (42.19% from 255) = 31.29%
BLUE value IS 131 (51.56% from 255) = 38.30%
R=30.41%
G=31.29%
B=38.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041071310.210.1800.49233.3311.4946.08
Hex686B831512031e9b2e
Octal15015320325220613511356
Binary110100011010111000001110101100100110001111010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686B83; }

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

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

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

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

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

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

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

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