#6EBAB7

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

Shades of Fountain Blue #6EBAB7

Tints of Fountain Blue #6EBAB7

Color information

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

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

Color convert

RGB110186183-
CMYK0.4100.020.27
HSL177.63º35.51%58.04%-
HSV(B)177.63º40.86%72.94%-
XYZ32.5441.8551.16-
YUV162.93139.3290.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101861830.4100.020.27177.6335.5158.04
Hex6EBAB729021Bb2243a
Octal1562722675102332624472
Binary110111010111010101101111010010101101110110010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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