#68688B

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

Shades of Comet #68688B

Tints of Comet #68688B

Color information

#68688B (or 0x68688B) is unknown color: approx Comet. HEX triplet: 68, 68 and 8B. RGB value is (104,104,139). Sum of RGB (Red+Green+Blue) = 104+104+139=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #68688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68688B is #979774. Grayscale: #6B6B6B. Windows color (decimal): -9934709 or 9136232. OLE color: 9136232.

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

Color convert

RGB104104139-
CMYK0.250.2500.45
HSL240º14.4%47.65%-
HSV(B)240º25.18%54.51%-
XYZ15.3214.7126.46-
YUV107.99145.5125.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.97%
GREEN value IS 104 (41.02% from 255) = 29.97%
BLUE value IS 139 (54.69% from 255) = 40.06%
R=29.97%
G=29.97%
B=40.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041041390.250.2500.4524014.447.65
Hex68688B191902Df0e30
Octal15015021331310553601660
Binary110100011010001000101111001110010101101111100001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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