#68899E

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

Shades of Bermuda Grey #68899E

Tints of Bermuda Grey #68899E

Color information

#68899E (or 0x68899E) is unknown color: approx Bermuda Grey. HEX triplet: 68, 89 and 9E. RGB value is (104,137,158). Sum of RGB (Red+Green+Blue) = 104+137+158=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 158 - color contains mainly: blue. Hex color #68899E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68899E is #977661. Grayscale: #818181. Windows color (decimal): -9926242 or 10389864. OLE color: 10389864.

HSL color Cylindrical-coordinate representation of color #68899E: hue angle of 203.33º 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 #68899E is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104137158-
CMYK0.340.1300.38
HSL203.33º21.77%51.37%-
HSV(B)203.33º34.18%61.96%-
XYZ20.8323.335.75-
YUV129.53144.07109.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.07%
GREEN value IS 137 (53.91% from 255) = 34.34%
BLUE value IS 158 (62.11% from 255) = 39.60%
R=26.07%
G=34.34%
B=39.60%

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
Decimal1041371580.340.1300.38203.3321.7751.37
Hex68899E22D026cb1633
Octal15021123642150463132663
Binary11010001000100110011110100010110101001101100101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68899E; }

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

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

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

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

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

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

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

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