#688687

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

Shades of Gothic #688687

Tints of Gothic #688687

Color information

#688687 (or 0x688687) is unknown color: approx Gothic. HEX triplet: 68, 86 and 87. RGB value is (104,134,135). Sum of RGB (Red+Green+Blue) = 104+134+135=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 135 - color contains mainly: blue. Hex color #688687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688687 is #977978. Grayscale: #7D7D7D. Windows color (decimal): -9927033 or 8881768. OLE color: 8881768.

HSL color Cylindrical-coordinate representation of color #688687: hue angle of 181.94º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #688687 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB104134135-
CMYK0.230.0100.47
HSL181.94º12.97%46.86%-
HSV(B)181.94º22.96%52.94%-
XYZ18.6121.7426.14-
YUV125.14133.56112.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.88%
GREEN value IS 134 (52.73% from 255) = 35.92%
BLUE value IS 135 (53.12% from 255) = 36.19%
R=27.88%
G=35.92%
B=36.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041341350.230.0100.47181.9412.9746.86
Hex68868717102Fb6d2f
Octal1502062072710572661557
Binary110100010000110100001111011110101111101101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688687; }

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

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

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

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

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

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

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

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