#6EB6BA

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

Shades of Fountain Blue #6EB6BA

Tints of Fountain Blue #6EB6BA

Color information

#6EB6BA (or 0x6EB6BA) is unknown color: approx Fountain Blue. HEX triplet: 6E, B6 and BA. RGB value is (110,182,186). Sum of RGB (Red+Green+Blue) = 110+182+186=478 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.01% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #6EB6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB6BA is #914945. Grayscale: #A0A0A0. Windows color (decimal): -9521478 or 12236398. OLE color: 12236398.

HSL color Cylindrical-coordinate representation of color #6EB6BA: hue angle of 183.16º 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 #6EB6BA is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB110182186-
CMYK0.410.0200.27
HSL183.16º35.51%58.04%-
HSV(B)183.16º40.86%72.94%-
XYZ32.0240.3252.55-
YUV160.93142.1591.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.01%
GREEN value IS 182 (71.48% from 255) = 38.08%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=23.01%
G=38.08%
B=38.91%

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
Decimal1101821860.410.0200.27183.1635.5158.04
Hex6EB6BA29201Bb7243a
Octal1562662725120332674472
Binary110111010110110101110101010011001101110110111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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