#688386

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

Shades of Gothic #688386

Tints of Gothic #688386

Color information

#688386 (or 0x688386) is unknown color: approx Gothic. HEX triplet: 68, 83 and 86. RGB value is (104,131,134). Sum of RGB (Red+Green+Blue) = 104+131+134=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 134 - color contains mainly: blue. Hex color #688386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688386 is #977C79. Grayscale: #7B7B7B. Windows color (decimal): -9927802 or 8815464. OLE color: 8815464.

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

Color convert

RGB104131134-
CMYK0.220.0200.47
HSL186º12.61%46.67%-
HSV(B)186º22.39%52.55%-
XYZ18.1320.925.63-
YUV123.27134.05114.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.18%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 134 (52.73% from 255) = 36.31%
R=28.18%
G=35.50%
B=36.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041311340.220.0200.4718612.6146.67
Hex68838616202Fbad2f
Octal1502032062620572721557
Binary1101000100000111000011010110100101111101110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688386; }

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

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

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

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

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

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

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

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