#686983

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

Shades of Comet #686983

Tints of Comet #686983

Color information

#686983 (or 0x686983) is unknown color: approx Comet. HEX triplet: 68, 69 and 83. RGB value is (104,105,131). Sum of RGB (Red+Green+Blue) = 104+105+131=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 131 - color contains mainly: blue. Hex color #686983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686983 is #97967C. Grayscale: #6B6B6B. Windows color (decimal): -9934461 or 8612200. OLE color: 8612200.

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

Color convert

RGB104105131-
CMYK0.210.2000.49
HSL237.78º11.49%46.08%-
HSV(B)237.78º20.61%51.37%-
XYZ14.8614.6823.52-
YUV107.66141.17125.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 131 (51.56% from 255) = 38.53%
R=30.59%
G=30.88%
B=38.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041051310.210.2000.49237.7811.4946.08
Hex6869831514031eeb2e
Octal15015120325240613561356
Binary110100011010011000001110101101000110001111011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686983; }

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

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

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

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

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

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

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

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