#6AB9B6

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

Shades of Fountain Blue #6AB9B6

Tints of Fountain Blue #6AB9B6

Color information

#6AB9B6 (or 0x6AB9B6) is unknown color: approx Fountain Blue. HEX triplet: 6A, B9 and B6. RGB value is (106,185,182). Sum of RGB (Red+Green+Blue) = 106+185+182=473 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.41% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 182 (71.48% from 255 or 38.48% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #6AB9B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB9B6 is #954649. Grayscale: #A0A0A0. Windows color (decimal): -9782858 or 11975018. OLE color: 11975018.

HSL color Cylindrical-coordinate representation of color #6AB9B6: hue angle of 177.72º degrees, saturation: 0.36, 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 #6AB9B6 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB106185182-
CMYK0.4300.020.27
HSL177.72º36.07%57.06%-
HSV(B)177.72º42.7%72.55%-
XYZ31.7441.1450.52-
YUV161.04139.8388.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.41%
GREEN value IS 185 (72.66% from 255) = 39.11%
BLUE value IS 182 (71.48% from 255) = 38.48%
R=22.41%
G=39.11%
B=38.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1061851820.4300.020.27177.7236.0757.06
Hex6AB9B62B021Bb22439
Octal1522712665302332624471
Binary110101010111001101101101010110101101110110010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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