#6EB7BA

Color #6EB7BA Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #6EB7BA

Tints of Fountain Blue #6EB7BA

Color information

#6EB7BA (or 0x6EB7BA) is unknown color: approx Fountain Blue. HEX triplet: 6E, B7 and BA. RGB value is (110,183,186). Sum of RGB (Red+Green+Blue) = 110+183+186=479 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.96% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #6EB7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB7BA is #914845. Grayscale: #A1A1A1. Windows color (decimal): -9521222 or 12236654. OLE color: 12236654.

HSL color Cylindrical-coordinate representation of color #6EB7BA: hue angle of 182.37º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EB7BA is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB110183186-
CMYK0.410.0200.27
HSL182.37º35.51%58.04%-
HSV(B)182.37º40.86%72.94%-
XYZ32.2340.7352.62-
YUV161.51141.8291.26-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.96%
GREEN value IS 183 (71.88% from 255) = 38.20%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=22.96%
G=38.20%
B=38.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101831860.410.0200.27182.3735.5158.04
Hex6EB7BA29201Bb6243a
Octal1562672725120332664472
Binary110111010110111101110101010011001101110110110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,183,186); }

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

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

 a { background-color: rgb(110,183,186); }

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

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

 span { border-color: rgb(110,183,186); }

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