#6F8FA9

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

Shades of Bermuda Grey #6F8FA9

Tints of Bermuda Grey #6F8FA9

Color information

#6F8FA9 (or 0x6F8FA9) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 8F and A9. RGB value is (111,143,169). Sum of RGB (Red+Green+Blue) = 111+143+169=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 169 - color contains mainly: blue. Hex color #6F8FA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8FA9 is #907056. Grayscale: #888888. Windows color (decimal): -9465943 or 11112303. OLE color: 11112303.

HSL color Cylindrical-coordinate representation of color #6F8FA9: hue angle of 206.9º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F8FA9 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB111143169-
CMYK0.340.1500.34
HSL206.9º25.22%54.9%-
HSV(B)206.9º34.32%66.27%-
XYZ23.5425.8941.29-
YUV136.4146.4109.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.24%
GREEN value IS 143 (56.25% from 255) = 33.81%
BLUE value IS 169 (66.41% from 255) = 39.95%
R=26.24%
G=33.81%
B=39.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1111431690.340.1500.34206.925.2254.9
Hex6F8FA922F022cf1937
Octal15721725142170423173167
Binary11011111000111110101001100010111101000101100111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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