#6E8BAC

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

Shades of Bermuda Grey #6E8BAC

Tints of Bermuda Grey #6E8BAC

Color information

#6E8BAC (or 0x6E8BAC) is unknown color: approx Bermuda Grey. HEX triplet: 6E, 8B and AC. RGB value is (110,139,172). Sum of RGB (Red+Green+Blue) = 110+139+172=421 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.13% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E8BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8BAC is #917453. Grayscale: #858585. Windows color (decimal): -9532500 or 11307886. OLE color: 11307886.

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

Color convert

RGB110139172-
CMYK0.360.1900.33
HSL211.94º27.19%55.29%-
HSV(B)211.94º36.05%67.45%-
XYZ23.1124.7642.59-
YUV134.09149.39110.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.13%
GREEN value IS 139 (54.69% from 255) = 33.02%
BLUE value IS 172 (67.58% from 255) = 40.86%
R=26.13%
G=33.02%
B=40.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101391720.360.1900.33211.9427.1955.29
Hex6E8BAC2413021d41b37
Octal15621325444230413243367
Binary110111010001011101011001001001001101000011101010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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