#686683

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

Shades of Comet #686683

Tints of Comet #686683

Color information

#686683 (or 0x686683) is unknown color: approx Comet. HEX triplet: 68, 66 and 83. RGB value is (104,102,131). Sum of RGB (Red+Green+Blue) = 104+102+131=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 131 - color contains mainly: blue. Hex color #686683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686683 is #97997C. Grayscale: #696969. Windows color (decimal): -9935229 or 8611432. OLE color: 8611432.

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

Color convert

RGB104102131-
CMYK0.210.2200.49
HSL244.14º12.45%45.69%-
HSV(B)244.14º22.14%51.37%-
XYZ14.5614.0823.42-
YUV105.9142.16126.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.86%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 131 (51.56% from 255) = 38.87%
R=30.86%
G=30.27%
B=38.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041021310.210.2200.49244.1412.4545.69
Hex6866831516031f4c2e
Octal15014620325260613641456
Binary110100011001101000001110101101100110001111101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686683; }

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

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

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

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

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

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

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

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