#6F8FAE

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

Shades of Bermuda Grey #6F8FAE

Tints of Bermuda Grey #6F8FAE

Color information

#6F8FAE (or 0x6F8FAE) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 8F and AE. RGB value is (111,143,174). Sum of RGB (Red+Green+Blue) = 111+143+174=428 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.93% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F8FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8FAE is #907051. Grayscale: #888888. Windows color (decimal): -9465938 or 11439983. OLE color: 11439983.

HSL color Cylindrical-coordinate representation of color #6F8FAE: hue angle of 209.52º 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 #6F8FAE is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB111143174-
CMYK0.360.1800.32
HSL209.52º28%55.88%-
HSV(B)209.52º36.21%68.24%-
XYZ24.0226.0843.81-
YUV136.97148.9109.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.93%
GREEN value IS 143 (56.25% from 255) = 33.41%
BLUE value IS 174 (68.36% from 255) = 40.65%
R=25.93%
G=33.41%
B=40.65%

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
Decimal1111431740.360.1800.32209.522855.88
Hex6F8FAE2412020d21c38
Octal15721725644220403223470
Binary110111110001111101011101001001001001000001101001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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