#6F8EAD

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

Shades of Bermuda Grey #6F8EAD

Tints of Bermuda Grey #6F8EAD

Color information

#6F8EAD (or 0x6F8EAD) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 8E and AD. RGB value is (111,142,173). Sum of RGB (Red+Green+Blue) = 111+142+173=426 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.06% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F8EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8EAD is #907152. Grayscale: #888888. Windows color (decimal): -9466195 or 11374191. OLE color: 11374191.

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

Color convert

RGB111142173-
CMYK0.360.1800.32
HSL210º27.43%55.69%-
HSV(B)210º35.84%67.84%-
XYZ23.7725.7443.25-
YUV136.27148.73109.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.06%
GREEN value IS 142 (55.86% from 255) = 33.33%
BLUE value IS 173 (67.97% from 255) = 40.61%
R=26.06%
G=33.33%
B=40.61%

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
Decimal1111421730.360.1800.3221027.4355.69
Hex6F8EAD2412020d21b38
Octal15721625544220403223370
Binary110111110001110101011011001001001001000001101001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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