#6AB4BE

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

Shades of Fountain Blue #6AB4BE

Tints of Fountain Blue #6AB4BE

Color information

#6AB4BE (or 0x6AB4BE) is unknown color: approx Fountain Blue. HEX triplet: 6A, B4 and BE. RGB value is (106,180,190). Sum of RGB (Red+Green+Blue) = 106+180+190=476 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.27% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #6AB4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB4BE is #954B41. Grayscale: #9E9E9E. Windows color (decimal): -9784130 or 12498026. OLE color: 12498026.

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

Color convert

RGB106180190-
CMYK0.440.0500.25
HSL187.14º39.25%58.04%-
HSV(B)187.14º44.21%74.51%-
XYZ31.5639.4254.66-
YUV159.01145.4890.19-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.27%
GREEN value IS 180 (70.70% from 255) = 37.82%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=22.27%
G=37.82%
B=39.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061801900.440.0500.25187.1439.2558.04
Hex6AB4BE2C5019bb273a
Octal1522642765450312734772
Binary1101010101101001011111010110010101100110111011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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