#6F8EAE

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

Shades of Bermuda Grey #6F8EAE

Tints of Bermuda Grey #6F8EAE

Color information

#6F8EAE (or 0x6F8EAE) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 8E and AE. RGB value is (111,142,174). Sum of RGB (Red+Green+Blue) = 111+142+174=427 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.00% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F8EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8EAE is #907151. Grayscale: #888888. Windows color (decimal): -9466194 or 11439727. OLE color: 11439727.

HSL color Cylindrical-coordinate representation of color #6F8EAE: hue angle of 210.48º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F8EAE is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB111142174-
CMYK0.360.1800.32
HSL210.48º28%55.88%-
HSV(B)210.48º36.21%68.24%-
XYZ23.8725.7843.76-
YUV136.38149.23109.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.00%
GREEN value IS 142 (55.86% from 255) = 33.26%
BLUE value IS 174 (68.36% from 255) = 40.75%
R=26.00%
G=33.26%
B=40.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111421740.360.1800.32210.482855.88
Hex6F8EAE2412020d21c38
Octal15721625644220403223470
Binary110111110001110101011101001001001001000001101001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,142,174); }

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

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

 a { background-color: rgb(111,142,174); }

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

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

 span { border-color: rgb(111,142,174); }

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