#6fabb4

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

Shades of Fountain Blue #6FABB4

Tints of Fountain Blue #6FABB4

Color information

#6FABB4 (or 0x6FABB4) is unknown color: approx Fountain Blue. HEX triplet: 6F, AB and B4. RGB value is (111,171,180). Sum of RGB (Red+Green+Blue) = 111+171+180=462 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.03% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 180 - color contains mainly: blue. Hex color #6FABB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FABB4 is #90544B. Grayscale: #999999. Windows color (decimal): -9458764 or 11840367. OLE color: 11840367.

HSL color Cylindrical-coordinate representation of color #6FABB4: hue angle of 187.83º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FABB4 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB111171180-
CMYK0.380.0500.29
HSL187.83º31.51%57.06%-
HSV(B)187.83º38.33%70.59%-
XYZ29.3635.848.54-
YUV154.09142.6297.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.03%
GREEN value IS 171 (67.19% from 255) = 37.01%
BLUE value IS 180 (70.70% from 255) = 38.96%
R=24.03%
G=37.01%
B=38.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111711800.380.0500.29187.8331.5157.06
Hex6FABB426501Dbc2039
Octal1572532644650352744071
Binary1101111101010111011010010011010101110110111100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fabb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,171,180); }

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

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

 a { background-color: rgb(111,171,180); }

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

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

 span { border-color: rgb(111,171,180); }

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