#6F8DAC

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

Shades of Bermuda Grey #6F8DAC

Tints of Bermuda Grey #6F8DAC

Color information

#6F8DAC (or 0x6F8DAC) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 8D and AC. RGB value is (111,141,172). Sum of RGB (Red+Green+Blue) = 111+141+172=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F8DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8DAC is #907253. Grayscale: #878787. Windows color (decimal): -9466452 or 11308399. OLE color: 11308399.

HSL color Cylindrical-coordinate representation of color #6F8DAC: hue angle of 210.49º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F8DAC is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB111141172-
CMYK0.350.1800.33
HSL210.49º26.87%55.49%-
HSV(B)210.49º35.47%67.45%-
XYZ23.5325.4142.69-
YUV135.56148.56110.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.18%
GREEN value IS 141 (55.47% from 255) = 33.25%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=26.18%
G=33.25%
B=40.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111411720.350.1800.33210.4926.8755.49
Hex6F8DAC2312021d21b37
Octal15721525443220413223367
Binary110111110001101101011001000111001001000011101001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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