#688387

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

Shades of Gothic #688387

Tints of Gothic #688387

Color information

#688387 (or 0x688387) is unknown color: approx Gothic. HEX triplet: 68, 83 and 87. RGB value is (104,131,135). Sum of RGB (Red+Green+Blue) = 104+131+135=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 135 - color contains mainly: blue. Hex color #688387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688387 is #977C78. Grayscale: #7B7B7B. Windows color (decimal): -9927801 or 8881000. OLE color: 8881000.

HSL color Cylindrical-coordinate representation of color #688387: hue angle of 187.74º 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 #688387 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB104131135-
CMYK0.230.0300.47
HSL187.74º12.97%46.86%-
HSV(B)187.74º22.96%52.94%-
XYZ18.220.9226-
YUV123.38134.55114.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.11%
GREEN value IS 131 (51.56% from 255) = 35.41%
BLUE value IS 135 (53.12% from 255) = 36.49%
R=28.11%
G=35.41%
B=36.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041311350.230.0300.47187.7412.9746.86
Hex68838717302Fbcd2f
Octal1502032072730572741557
Binary1101000100000111000011110111110101111101111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688387; }

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

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

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

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

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

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

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

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