#6AB2BC

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

Shades of Fountain Blue #6AB2BC

Tints of Fountain Blue #6AB2BC

Color information

#6AB2BC (or 0x6AB2BC) is unknown color: approx Fountain Blue. HEX triplet: 6A, B2 and BC. RGB value is (106,178,188). Sum of RGB (Red+Green+Blue) = 106+178+188=472 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.46% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #6AB2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AB2BC is #954D43. Grayscale: #9D9D9D. Windows color (decimal): -9784644 or 12366442. OLE color: 12366442.

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

Color convert

RGB106178188-
CMYK0.440.0500.26
HSL187.32º37.96%57.65%-
HSV(B)187.32º43.62%73.73%-
XYZ30.9438.5453.38-
YUV157.61145.1591.19-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.46%
GREEN value IS 178 (69.92% from 255) = 37.71%
BLUE value IS 188 (73.83% from 255) = 39.83%
R=22.46%
G=37.71%
B=39.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1061781880.440.0500.26187.3237.9657.65
Hex6AB2BC2C501Abb263a
Octal1522622745450322734672
Binary1101010101100101011110010110010101101010111011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,178,188); }

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

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

 a { background-color: rgb(106,178,188); }

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

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

 span { border-color: rgb(106,178,188); }

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