#6ABBBF

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

Shades of Fountain Blue #6ABBBF

Tints of Fountain Blue #6ABBBF

Color information

#6ABBBF (or 0x6ABBBF) is unknown color: approx Fountain Blue. HEX triplet: 6A, BB and BF. RGB value is (106,187,191). Sum of RGB (Red+Green+Blue) = 106+187+191=484 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.90% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #6ABBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABBBF is #954440. Grayscale: #A3A3A3. Windows color (decimal): -9782337 or 12565354. OLE color: 12565354.

HSL color Cylindrical-coordinate representation of color #6ABBBF: hue angle of 182.82º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6ABBBF is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB106187191-
CMYK0.450.0200.25
HSL182.82º39.91%58.24%-
HSV(B)182.82º44.5%74.9%-
XYZ33.1242.3755.72-
YUV163.24143.6687.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.90%
GREEN value IS 187 (73.44% from 255) = 38.64%
BLUE value IS 191 (75% from 255) = 39.46%
R=21.90%
G=38.64%
B=39.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061871910.450.0200.25182.8239.9158.24
Hex6ABBBF2D2019b7283a
Octal1522732775520312675072
Binary110101010111011101111111011011001100110110111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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