#686884

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

Shades of Comet #686884

Tints of Comet #686884

Color information

#686884 (or 0x686884) is unknown color: approx Comet. HEX triplet: 68, 68 and 84. RGB value is (104,104,132). Sum of RGB (Red+Green+Blue) = 104+104+132=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #686884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686884 is #97977B. Grayscale: #6B6B6B. Windows color (decimal): -9934716 or 8677480. OLE color: 8677480.

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

Color convert

RGB104104132-
CMYK0.210.2100.48
HSL240º11.86%46.27%-
HSV(B)240º21.21%51.76%-
XYZ14.8214.5123.85-
YUV107.19142125.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 132 (51.95% from 255) = 38.82%
R=30.59%
G=30.59%
B=38.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041041320.210.2100.4824011.8646.27
Hex6868841515030f0c2e
Octal15015020425250603601456
Binary110100011010001000010010101101010110000111100001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686884; }

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

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

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

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

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

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

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

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