#6AB8BC

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

Shades of Fountain Blue #6AB8BC

Tints of Fountain Blue #6AB8BC

Color information

#6AB8BC (or 0x6AB8BC) is unknown color: approx Fountain Blue. HEX triplet: 6A, B8 and BC. RGB value is (106,184,188). Sum of RGB (Red+Green+Blue) = 106+184+188=478 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.18% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #6AB8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB8BC is #954743. Grayscale: #A1A1A1. Windows color (decimal): -9783108 or 12367978. OLE color: 12367978.

HSL color Cylindrical-coordinate representation of color #6AB8BC: hue angle of 182.93º 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 #6AB8BC is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB106184188-
CMYK0.440.0200.26
HSL182.93º37.96%57.65%-
HSV(B)182.93º43.62%73.73%-
XYZ32.1640.9853.79-
YUV161.13143.1688.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.18%
GREEN value IS 184 (72.27% from 255) = 38.49%
BLUE value IS 188 (73.83% from 255) = 39.33%
R=22.18%
G=38.49%
B=39.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1061841880.440.0200.26182.9337.9657.65
Hex6AB8BC2C201Ab7263a
Octal1522702745420322674672
Binary110101010111000101111001011001001101010110111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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