#68606C

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

Shades of Rum #68606C

Tints of Rum #68606C

Color information

#68606C (or 0x68606C) is unknown color: approx Rum. HEX triplet: 68, 60 and 6C. RGB value is (104,96,108). Sum of RGB (Red+Green+Blue) = 104+96+108=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 108 - color contains mainly: blue. Hex color #68606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68606C is #979F93. Grayscale: #636363. Windows color (decimal): -9936788 or 7102568. OLE color: 7102568.

HSL color Cylindrical-coordinate representation of color #68606C: hue angle of 280º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #68606C is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10496108-
CMYK0.040.1100.58
HSL280º5.88%40%-
HSV(B)280º11.11%42.35%-
XYZ12.612.3915.92-
YUV99.76132.65131.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 108 (42.58% from 255) = 35.06%
R=33.77%
G=31.17%
B=35.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104961080.040.1100.582805.8840
Hex68606C4B03A118628
Octal150140154413072430650
Binary11010001100000110110010010110111010100011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68606C; }

 p { color: rgb(104,96,108); }

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

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

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

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

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

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

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