#688485

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

Shades of Gothic #688485

Tints of Gothic #688485

Color information

#688485 (or 0x688485) is unknown color: approx Gothic. HEX triplet: 68, 84 and 85. RGB value is (104,132,133). Sum of RGB (Red+Green+Blue) = 104+132+133=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 133 - color contains mainly: blue. Hex color #688485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688485 is #977B7A. Grayscale: #7B7B7B. Windows color (decimal): -9927547 or 8750184. OLE color: 8750184.

HSL color Cylindrical-coordinate representation of color #688485: hue angle of 182.07º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #688485 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB104132133-
CMYK0.220.0100.48
HSL182.07º12.24%46.47%-
HSV(B)182.07º21.8%52.16%-
XYZ18.1921.1425.31-
YUV123.74133.22113.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.18%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 133 (52.34% from 255) = 36.04%
R=28.18%
G=35.77%
B=36.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041321330.220.0100.48182.0712.2446.47
Hex688485161030b6c2e
Octal1502042052610602661456
Binary110100010000100100001011011010110000101101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688485; }

 p { color: rgb(104,132,133); }

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

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

 a { background-color: rgb(104,132,133); }

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

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

 span { border-color: rgb(104,132,133); }

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