#6F889E

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

Shades of Bermuda Grey #6F889E

Tints of Bermuda Grey #6F889E

Color information

#6F889E (or 0x6F889E) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 88 and 9E. RGB value is (111,136,158). Sum of RGB (Red+Green+Blue) = 111+136+158=405 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.41% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F889E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F889E is #907761. Grayscale: #828282. Windows color (decimal): -9467746 or 10389615. OLE color: 10389615.

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

Color convert

RGB111136158-
CMYK0.300.1400.38
HSL208.09º19.5%52.75%-
HSV(B)208.09º29.75%61.96%-
XYZ21.5323.4635.74-
YUV131.03143.22113.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.41%
GREEN value IS 136 (53.52% from 255) = 33.58%
BLUE value IS 158 (62.11% from 255) = 39.01%
R=27.41%
G=33.58%
B=39.01%

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
Decimal1111361580.300.1400.38208.0919.552.75
Hex6F889E1EE026d01435
Octal15721023636160463202465
Binary1101111100010001001111011110111001001101101000010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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