#68688A

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

Shades of Comet #68688A

Tints of Comet #68688A

Color information

#68688A (or 0x68688A) is unknown color: approx Comet. HEX triplet: 68, 68 and 8A. RGB value is (104,104,138). Sum of RGB (Red+Green+Blue) = 104+104+138=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #68688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68688A is #979775. Grayscale: #6B6B6B. Windows color (decimal): -9934710 or 9070696. OLE color: 9070696.

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

Color convert

RGB104104138-
CMYK0.250.2500.46
HSL240º14.05%47.45%-
HSV(B)240º24.64%54.12%-
XYZ15.2514.6826.07-
YUV107.88145125.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.06%
GREEN value IS 104 (41.02% from 255) = 30.06%
BLUE value IS 138 (54.30% from 255) = 39.88%
R=30.06%
G=30.06%
B=39.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041041380.250.2500.4624014.0547.45
Hex68688A191902Ef0e2f
Octal15015021231310563601657
Binary110100011010001000101011001110010101110111100001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68688A; }

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

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

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

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

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

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

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

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