#688A9E

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

Shades of Bermuda Grey #688A9E

Tints of Bermuda Grey #688A9E

Color information

#688A9E (or 0x688A9E) is unknown color: approx Bermuda Grey. HEX triplet: 68, 8A and 9E. RGB value is (104,138,158). Sum of RGB (Red+Green+Blue) = 104+138+158=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 158 - color contains mainly: blue. Hex color #688A9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688A9E is #977561. Grayscale: #828282. Windows color (decimal): -9925986 or 10390120. OLE color: 10390120.

HSL color Cylindrical-coordinate representation of color #688A9E: hue angle of 202.22º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #688A9E is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104138158-
CMYK0.340.1300.38
HSL202.22º21.77%51.37%-
HSV(B)202.22º34.18%61.96%-
XYZ20.9723.5935.8-
YUV130.11143.74109.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26%
GREEN value IS 138 (54.30% from 255) = 34.5%
BLUE value IS 158 (62.11% from 255) = 39.5%
R=26%
G=34.5%
B=39.5%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041381580.340.1300.38202.2221.7751.37
Hex688A9E22D026ca1633
Octal15021223642150463122663
Binary11010001000101010011110100010110101001101100101010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688A9E; }

 p { color: rgb(104,138,158); }

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

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

 a { background-color: rgb(104,138,158); }

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

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

 span { border-color: rgb(104,138,158); }

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