#6E8DAC

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

Shades of Bermuda Grey #6E8DAC

Tints of Bermuda Grey #6E8DAC

Color information

#6E8DAC (or 0x6E8DAC) is unknown color: approx Bermuda Grey. HEX triplet: 6E, 8D and AC. RGB value is (110,141,172). Sum of RGB (Red+Green+Blue) = 110+141+172=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E8DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8DAC is #917253. Grayscale: #878787. Windows color (decimal): -9531988 or 11308398. OLE color: 11308398.

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

Color convert

RGB110141172-
CMYK0.360.1800.33
HSL210º27.19%55.29%-
HSV(B)210º36.05%67.45%-
XYZ23.425.3442.69-
YUV135.26148.73109.98-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.00%
GREEN value IS 141 (55.47% from 255) = 33.33%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=26.00%
G=33.33%
B=40.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101411720.360.1800.3321027.1955.29
Hex6E8DAC2412021d21b37
Octal15621525444220413223367
Binary110111010001101101011001001001001001000011101001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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