#68889E

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

Shades of Bermuda Grey #68889E

Tints of Bermuda Grey #68889E

Color information

#68889E (or 0x68889E) is unknown color: approx Bermuda Grey. HEX triplet: 68, 88 and 9E. RGB value is (104,136,158). Sum of RGB (Red+Green+Blue) = 104+136+158=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 158 - color contains mainly: blue. Hex color #68889E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68889E is #977761. Grayscale: #808080. Windows color (decimal): -9926498 or 10389608. OLE color: 10389608.

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

Color convert

RGB104136158-
CMYK0.340.1400.38
HSL204.44º21.77%51.37%-
HSV(B)204.44º34.18%61.96%-
XYZ20.6823.0235.7-
YUV128.94144.4110.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.13%
GREEN value IS 136 (53.52% from 255) = 34.17%
BLUE value IS 158 (62.11% from 255) = 39.70%
R=26.13%
G=34.17%
B=39.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041361580.340.1400.38204.4421.7751.37
Hex68889E22E026cc1633
Octal15021023642160463142663
Binary11010001000100010011110100010111001001101100110010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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