#68888B

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

Shades of Gothic #68888B

Tints of Gothic #68888B

Color information

#68888B (or 0x68888B) is unknown color: approx Gothic. HEX triplet: 68, 88 and 8B. RGB value is (104,136,139). Sum of RGB (Red+Green+Blue) = 104+136+139=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 139 - color contains mainly: blue. Hex color #68888B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68888B is #977774. Grayscale: #7E7E7E. Windows color (decimal): -9926517 or 9144424. OLE color: 9144424.

HSL color Cylindrical-coordinate representation of color #68888B: hue angle of 185.14º 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 #68888B is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB104136139-
CMYK0.250.0200.45
HSL185.14º14.4%47.65%-
HSV(B)185.14º25.18%54.51%-
XYZ19.1722.4227.74-
YUV126.77134.9111.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 136 (53.52% from 255) = 35.88%
BLUE value IS 139 (54.69% from 255) = 36.68%
R=27.44%
G=35.88%
B=36.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041361390.250.0200.45185.1414.447.65
Hex68888B19202Db9e30
Octal1502102133120552711660
Binary1101000100010001000101111001100101101101110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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