#6ABEBF

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

Shades of Fountain Blue #6ABEBF

Tints of Fountain Blue #6ABEBF

Color information

#6ABEBF (or 0x6ABEBF) is unknown color: approx Fountain Blue. HEX triplet: 6A, BE and BF. RGB value is (106,190,191). Sum of RGB (Red+Green+Blue) = 106+190+191=487 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.77% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #6ABEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABEBF is #954140. Grayscale: #A4A4A4. Windows color (decimal): -9781569 or 12566122. OLE color: 12566122.

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

Color convert

RGB106190191-
CMYK0.450.0100.25
HSL180.71º39.91%58.24%-
HSV(B)180.71º44.5%74.9%-
XYZ33.7643.6555.94-
YUV165142.6785.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.77%
GREEN value IS 190 (74.61% from 255) = 39.01%
BLUE value IS 191 (75% from 255) = 39.22%
R=21.77%
G=39.01%
B=39.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061901910.450.0100.25180.7139.9158.24
Hex6ABEBF2D1019b5283a
Octal1522762775510312655072
Binary11010101011111010111111101101101100110110101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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