#686984

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

Shades of Comet #686984

Tints of Comet #686984

Color information

#686984 (or 0x686984) is unknown color: approx Comet. HEX triplet: 68, 69 and 84. RGB value is (104,105,132). Sum of RGB (Red+Green+Blue) = 104+105+132=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #686984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686984 is #97967B. Grayscale: #6B6B6B. Windows color (decimal): -9934460 or 8677736. OLE color: 8677736.

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

Color convert

RGB104105132-
CMYK0.210.2000.48
HSL237.86º11.86%46.27%-
HSV(B)237.86º21.21%51.76%-
XYZ14.9314.7123.88-
YUV107.78141.67125.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.50%
GREEN value IS 105 (41.41% from 255) = 30.79%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=30.50%
G=30.79%
B=38.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041051320.210.2000.48237.8611.8646.27
Hex6869841514030eec2e
Octal15015120425240603561456
Binary110100011010011000010010101101000110000111011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686984; }

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

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

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

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

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

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

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

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