#6E889E

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

Shades of Bermuda Grey #6E889E

Tints of Bermuda Grey #6E889E

Color information

#6E889E (or 0x6E889E) is unknown color: approx Bermuda Grey. HEX triplet: 6E, 88 and 9E. RGB value is (110,136,158). Sum of RGB (Red+Green+Blue) = 110+136+158=404 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.23% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E889E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E889E is #917761. Grayscale: #828282. Windows color (decimal): -9533282 or 10389614. OLE color: 10389614.

HSL color Cylindrical-coordinate representation of color #6E889E: hue angle of 207.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E889E is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB110136158-
CMYK0.300.1400.38
HSL207.5º19.83%52.55%-
HSV(B)207.5º30.38%61.96%-
XYZ21.4123.3935.73-
YUV130.73143.39113.21-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.23%
GREEN value IS 136 (53.52% from 255) = 33.66%
BLUE value IS 158 (62.11% from 255) = 39.11%
R=27.23%
G=33.66%
B=39.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1101361580.300.1400.38207.519.8352.55
Hex6E889E1EE026cf1435
Octal15621023636160463172465
Binary1101110100010001001111011110111001001101100111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E889E; }

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

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

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

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

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

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

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

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