#6EB8BA

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

Shades of Fountain Blue #6EB8BA

Tints of Fountain Blue #6EB8BA

Color information

#6EB8BA (or 0x6EB8BA) is unknown color: approx Fountain Blue. HEX triplet: 6E, B8 and BA. RGB value is (110,184,186). Sum of RGB (Red+Green+Blue) = 110+184+186=480 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.92% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #6EB8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB8BA is #914745. Grayscale: #A2A2A2. Windows color (decimal): -9520966 or 12236910. OLE color: 12236910.

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

Color convert

RGB110184186-
CMYK0.410.0100.27
HSL181.58º35.51%58.04%-
HSV(B)181.58º40.86%72.94%-
XYZ32.4341.1452.69-
YUV162.1141.4890.84-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.92%
GREEN value IS 184 (72.27% from 255) = 38.33%
BLUE value IS 186 (73.05% from 255) = 38.75%
R=22.92%
G=38.33%
B=38.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101841860.410.0100.27181.5835.5158.04
Hex6EB8BA29101Bb6243a
Octal1562702725110332664472
Binary11011101011100010111010101001101101110110110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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