#6F8DAD

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

Shades of Bermuda Grey #6F8DAD

Tints of Bermuda Grey #6F8DAD

Color information

#6F8DAD (or 0x6F8DAD) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 8D and AD. RGB value is (111,141,173). Sum of RGB (Red+Green+Blue) = 111+141+173=425 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.12% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F8DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8DAD is #907252. Grayscale: #878787. Windows color (decimal): -9466451 or 11373935. OLE color: 11373935.

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

Color convert

RGB111141173-
CMYK0.360.1800.32
HSL210.97º27.43%55.69%-
HSV(B)210.97º35.84%67.84%-
XYZ23.6225.4543.2-
YUV135.68149.06110.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.12%
GREEN value IS 141 (55.47% from 255) = 33.18%
BLUE value IS 173 (67.97% from 255) = 40.71%
R=26.12%
G=33.18%
B=40.71%

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
Decimal1111411730.360.1800.32210.9727.4355.69
Hex6F8DAD2412020d31b38
Octal15721525544220403233370
Binary110111110001101101011011001001001001000001101001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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