#688497

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

Shades of Bermuda Grey #688497

Tints of Bermuda Grey #688497

Color information

#688497 (or 0x688497) is unknown color: approx Bermuda Grey. HEX triplet: 68, 84 and 97. RGB value is (104,132,151). Sum of RGB (Red+Green+Blue) = 104+132+151=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 151 - color contains mainly: blue. Hex color #688497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688497 is #977B68. Grayscale: #7D7D7D. Windows color (decimal): -9927529 or 9929832. OLE color: 9929832.

HSL color Cylindrical-coordinate representation of color #688497: hue angle of 204.26º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #688497 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB104132151-
CMYK0.310.1300.41
HSL204.26º18.43%50%-
HSV(B)204.26º31.13%59.22%-
XYZ19.5521.6832.43-
YUV125.79142.22112.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.87%
GREEN value IS 132 (51.95% from 255) = 34.11%
BLUE value IS 151 (59.38% from 255) = 39.02%
R=26.87%
G=34.11%
B=39.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041321510.310.1300.41204.2618.4350
Hex6884971FD029cc1232
Octal15020422737150513142262
Binary1101000100001001001011111111110101010011100110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688497; }

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

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

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

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

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

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

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

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