#688789

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

Shades of Gothic #688789

Tints of Gothic #688789

Color information

#688789 (or 0x688789) is unknown color: approx Gothic. HEX triplet: 68, 87 and 89. RGB value is (104,135,137). Sum of RGB (Red+Green+Blue) = 104+135+137=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 137 - color contains mainly: blue. Hex color #688789 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688789 is #977876. Grayscale: #7D7D7D. Windows color (decimal): -9926775 or 9013096. OLE color: 9013096.

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

Color convert

RGB104135137-
CMYK0.240.0100.46
HSL183.64º13.69%47.25%-
HSV(B)183.64º24.09%53.73%-
XYZ18.8922.0826.93-
YUV125.96134.23112.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.66%
GREEN value IS 135 (53.12% from 255) = 35.90%
BLUE value IS 137 (53.91% from 255) = 36.44%
R=27.66%
G=35.90%
B=36.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041351370.240.0100.46183.6413.6947.25
Hex68878918102Eb8e2f
Octal1502072113010562701657
Binary110100010000111100010011100010101110101110001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688789; }

 p { color: rgb(104,135,137); }

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

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

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

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

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

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

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