#6AB7BB

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

Shades of Fountain Blue #6AB7BB

Tints of Fountain Blue #6AB7BB

Color information

#6AB7BB (or 0x6AB7BB) is unknown color: approx Fountain Blue. HEX triplet: 6A, B7 and BB. RGB value is (106,183,187). Sum of RGB (Red+Green+Blue) = 106+183+187=476 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.27% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #6AB7BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB7BB is #954844. Grayscale: #A0A0A0. Windows color (decimal): -9783365 or 12302186. OLE color: 12302186.

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

Color convert

RGB106183187-
CMYK0.430.0200.27
HSL182.96º37.33%57.45%-
HSV(B)182.96º43.32%73.33%-
XYZ31.8540.5253.16-
YUV160.43142.9989.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.27%
GREEN value IS 183 (71.88% from 255) = 38.45%
BLUE value IS 187 (73.44% from 255) = 39.29%
R=22.27%
G=38.45%
B=39.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1061831870.430.0200.27182.9637.3357.45
Hex6AB7BB2B201Bb72539
Octal1522672735320332674571
Binary110101010110111101110111010111001101110110111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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