#6ABBB9

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

Shades of Fountain Blue #6ABBB9

Tints of Fountain Blue #6ABBB9

Color information

#6ABBB9 (or 0x6ABBB9) is unknown color: approx Fountain Blue. HEX triplet: 6A, BB and B9. RGB value is (106,187,185). Sum of RGB (Red+Green+Blue) = 106+187+185=478 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.18% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABBB9 is #954446. Grayscale: #A2A2A2. Windows color (decimal): -9782343 or 12172138. OLE color: 12172138.

HSL color Cylindrical-coordinate representation of color #6ABBB9: hue angle of 178.52º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6ABBB9 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB106187185-
CMYK0.4300.010.27
HSL178.52º37.33%57.45%-
HSV(B)178.52º43.32%73.33%-
XYZ32.4742.1152.32-
YUV162.55140.6687.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.18%
GREEN value IS 187 (73.44% from 255) = 39.12%
BLUE value IS 185 (72.66% from 255) = 38.70%
R=22.18%
G=39.12%
B=38.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1061871850.4300.010.27178.5237.3357.45
Hex6ABBB92B011Bb32539
Octal1522732715301332634571
Binary11010101011101110111001101011011101110110011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,187,185); }

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

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

 a { background-color: rgb(106,187,185); }

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

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

 span { border-color: rgb(106,187,185); }

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