#6E8DAE

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

Shades of Bermuda Grey #6E8DAE

Tints of Bermuda Grey #6E8DAE

Color information

#6E8DAE (or 0x6E8DAE) is unknown color: approx Bermuda Grey. HEX triplet: 6E, 8D and AE. RGB value is (110,141,174). Sum of RGB (Red+Green+Blue) = 110+141+174=425 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.88% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E8DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8DAE is #917251. Grayscale: #878787. Windows color (decimal): -9531986 or 11439470. OLE color: 11439470.

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

Color convert

RGB110141174-
CMYK0.370.1900.32
HSL210.94º28.32%55.69%-
HSV(B)210.94º36.78%68.24%-
XYZ23.625.4243.71-
YUV135.49149.73109.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.88%
GREEN value IS 141 (55.47% from 255) = 33.18%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=25.88%
G=33.18%
B=40.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101411740.370.1900.32210.9428.3255.69
Hex6E8DAE2513020d31c38
Octal15621525645230403233470
Binary110111010001101101011101001011001101000001101001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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