#686981

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

Shades of Comet #686981

Tints of Comet #686981

Color information

#686981 (or 0x686981) is unknown color: approx Comet. HEX triplet: 68, 69 and 81. RGB value is (104,105,129). Sum of RGB (Red+Green+Blue) = 104+105+129=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 129 - color contains mainly: blue. Hex color #686981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686981 is #97967E. Grayscale: #6B6B6B. Windows color (decimal): -9934463 or 8481128. OLE color: 8481128.

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

Color convert

RGB104105129-
CMYK0.190.1900.49
HSL237.6º10.73%45.69%-
HSV(B)237.6º19.38%50.59%-
XYZ14.7214.6322.82-
YUV107.44140.17125.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.77%
GREEN value IS 105 (41.41% from 255) = 31.07%
BLUE value IS 129 (50.78% from 255) = 38.17%
R=30.77%
G=31.07%
B=38.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041051290.190.1900.49237.610.7345.69
Hex6869811313031eeb2e
Octal15015120123230613561356
Binary110100011010011000000110011100110110001111011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686981; }

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

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

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

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

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

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

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

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