#686788

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

Shades of Comet #686788

Tints of Comet #686788

Color information

#686788 (or 0x686788) is unknown color: approx Comet. HEX triplet: 68, 67 and 88. RGB value is (104,103,136). Sum of RGB (Red+Green+Blue) = 104+103+136=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 136 - color contains mainly: blue. Hex color #686788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686788 is #979877. Grayscale: #6A6A6A. Windows color (decimal): -9934968 or 8939368. OLE color: 8939368.

HSL color Cylindrical-coordinate representation of color #686788: hue angle of 241.82º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #686788 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB104103136-
CMYK0.240.2400.47
HSL241.82º13.81%46.86%-
HSV(B)241.82º24.26%53.33%-
XYZ1514.4225.29-
YUV107.06144.33125.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.32%
GREEN value IS 103 (40.62% from 255) = 30.03%
BLUE value IS 136 (53.52% from 255) = 39.65%
R=30.32%
G=30.03%
B=39.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041031360.240.2400.47241.8213.8146.86
Hex686788181802Ff2e2f
Octal15014721030300573621657
Binary110100011001111000100011000110000101111111100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686788; }

 p { color: rgb(104,103,136); }

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

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

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

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

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

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

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