#6F8AA9

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

Shades of Bermuda Grey #6F8AA9

Tints of Bermuda Grey #6F8AA9

Color information

#6F8AA9 (or 0x6F8AA9) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 8A and A9. RGB value is (111,138,169). Sum of RGB (Red+Green+Blue) = 111+138+169=418 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.56% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 169 - color contains mainly: blue. Hex color #6F8AA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8AA9 is #907556. Grayscale: #858585. Windows color (decimal): -9467223 or 11111023. OLE color: 11111023.

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

Color convert

RGB111138169-
CMYK0.340.1800.34
HSL212.07º25.22%54.9%-
HSV(B)212.07º34.32%66.27%-
XYZ22.8124.4241.05-
YUV133.46148.05111.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.56%
GREEN value IS 138 (54.30% from 255) = 33.01%
BLUE value IS 169 (66.41% from 255) = 40.43%
R=26.56%
G=33.01%
B=40.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1111381690.340.1800.34212.0725.2254.9
Hex6F8AA92212022d41937
Octal15721225142220423243167
Binary110111110001010101010011000101001001000101101010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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