#68849E

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

Shades of Bermuda Grey #68849E

Tints of Bermuda Grey #68849E

Color information

#68849E (or 0x68849E) is unknown color: approx Bermuda Grey. HEX triplet: 68, 84 and 9E. RGB value is (104,132,158). Sum of RGB (Red+Green+Blue) = 104+132+158=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 158 - color contains mainly: blue. Hex color #68849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68849E is #977B61. Grayscale: #7E7E7E. Windows color (decimal): -9927522 or 10388584. OLE color: 10388584.

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

Color convert

RGB104132158-
CMYK0.340.1600.38
HSL208.89º21.77%51.37%-
HSV(B)208.89º34.18%61.96%-
XYZ20.1321.9135.52-
YUV126.59145.72111.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.40%
GREEN value IS 132 (51.95% from 255) = 33.50%
BLUE value IS 158 (62.11% from 255) = 40.10%
R=26.40%
G=33.50%
B=40.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041321580.340.1600.38208.8921.7751.37
Hex68849E2210026d11633
Octal15020423642200463212663
Binary110100010000100100111101000101000001001101101000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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