#688A8B

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

Shades of Gothic #688A8B

Tints of Gothic #688A8B

Color information

#688A8B (or 0x688A8B) is unknown color: approx Gothic. HEX triplet: 68, 8A and 8B. RGB value is (104,138,139). Sum of RGB (Red+Green+Blue) = 104+138+139=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 139 - color contains mainly: blue. Hex color #688A8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688A8B is #977574. Grayscale: #7F7F7F. Windows color (decimal): -9926005 or 9144936. OLE color: 9144936.

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

Color convert

RGB104138139-
CMYK0.250.0100.45
HSL181.71º14.4%47.65%-
HSV(B)181.71º25.18%54.51%-
XYZ19.4622.9827.84-
YUV127.95134.24110.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.30%
GREEN value IS 138 (54.30% from 255) = 36.22%
BLUE value IS 139 (54.69% from 255) = 36.48%
R=27.30%
G=36.22%
B=36.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041381390.250.0100.45181.7114.447.65
Hex688A8B19102Db6e30
Octal1502122133110552661660
Binary110100010001010100010111100110101101101101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688A8B; }

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

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

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

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

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

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

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

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