#6F8D99

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

Shades of Bermuda Grey #6F8D99

Tints of Bermuda Grey #6F8D99

Color information

#6F8D99 (or 0x6F8D99) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 8D and 99. RGB value is (111,141,153). Sum of RGB (Red+Green+Blue) = 111+141+153=405 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.41% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F8D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8D99 is #907266. Grayscale: #858585. Windows color (decimal): -9466471 or 10063215. OLE color: 10063215.

HSL color Cylindrical-coordinate representation of color #6F8D99: hue angle of 197.14º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F8D99 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB111141153-
CMYK0.270.0800.4
HSL197.14º17.07%51.76%-
HSV(B)197.14º27.45%60%-
XYZ21.8324.7333.76-
YUV133.4139.06112.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.41%
GREEN value IS 141 (55.47% from 255) = 34.81%
BLUE value IS 153 (60.16% from 255) = 37.78%
R=27.41%
G=34.81%
B=37.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1111411530.270.0800.4197.1417.0751.76
Hex6F8D991B8028c51134
Octal15721523133100503052164
Binary1101111100011011001100111011100001010001100010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,141,153); }

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

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

 a { background-color: rgb(111,141,153); }

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

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

 span { border-color: rgb(111,141,153); }

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