#6E8EAE

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

Shades of Bermuda Grey #6E8EAE

Tints of Bermuda Grey #6E8EAE

Color information

#6E8EAE (or 0x6E8EAE) is unknown color: approx Bermuda Grey. HEX triplet: 6E, 8E and AE. RGB value is (110,142,174). Sum of RGB (Red+Green+Blue) = 110+142+174=426 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.82% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E8EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8EAE is #917151. Grayscale: #878787. Windows color (decimal): -9531730 or 11439726. OLE color: 11439726.

HSL color Cylindrical-coordinate representation of color #6E8EAE: hue angle of 210º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E8EAE is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB110142174-
CMYK0.370.1800.32
HSL210º28.32%55.69%-
HSV(B)210º36.78%68.24%-
XYZ23.7425.7243.76-
YUV136.08149.4109.4-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.82%
GREEN value IS 142 (55.86% from 255) = 33.33%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=25.82%
G=33.33%
B=40.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101421740.370.1800.3221028.3255.69
Hex6E8EAE2512020d21c38
Octal15621625645220403223470
Binary110111010001110101011101001011001001000001101001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,142,174); }

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

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

 a { background-color: rgb(110,142,174); }

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

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

 span { border-color: rgb(110,142,174); }

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