#6EB7B6

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

Shades of Fountain Blue #6EB7B6

Tints of Fountain Blue #6EB7B6

Color information

#6EB7B6 (or 0x6EB7B6) is unknown color: approx Fountain Blue. HEX triplet: 6E, B7 and B6. RGB value is (110,183,182). Sum of RGB (Red+Green+Blue) = 110+183+182=475 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.16% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 183 - color contains mainly: green. Hex color #6EB7B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB7B6 is #914849. Grayscale: #A0A0A0. Windows color (decimal): -9521226 or 11974510. OLE color: 11974510.

HSL color Cylindrical-coordinate representation of color #6EB7B6: hue angle of 179.18º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6EB7B6 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB110183182-
CMYK0.4000.010.28
HSL179.18º33.64%57.45%-
HSV(B)179.18º39.89%71.76%-
XYZ31.8140.5650.41-
YUV161.06139.8291.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.16%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 182 (71.48% from 255) = 38.32%
R=23.16%
G=38.53%
B=38.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1101831820.4000.010.28179.1833.6457.45
Hex6EB7B628011Cb32239
Octal1562672665001342634271
Binary11011101011011110110110101000011110010110011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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