#6AB9BD

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

Shades of Fountain Blue #6AB9BD

Tints of Fountain Blue #6AB9BD

Color information

#6AB9BD (or 0x6AB9BD) is unknown color: approx Fountain Blue. HEX triplet: 6A, B9 and BD. RGB value is (106,185,189). Sum of RGB (Red+Green+Blue) = 106+185+189=480 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.08% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #6AB9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB9BD is #954642. Grayscale: #A1A1A1. Windows color (decimal): -9782851 or 12433770. OLE color: 12433770.

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

Color convert

RGB106185189-
CMYK0.440.0200.26
HSL182.89º38.6%57.84%-
HSV(B)182.89º43.92%74.12%-
XYZ32.4841.4454.43-
YUV161.83143.3388.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.08%
GREEN value IS 185 (72.66% from 255) = 38.54%
BLUE value IS 189 (74.22% from 255) = 39.38%
R=22.08%
G=38.54%
B=39.38%

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
Decimal1061851890.440.0200.26182.8938.657.84
Hex6AB9BD2C201Ab7273a
Octal1522712755420322674772
Binary110101010111001101111011011001001101010110111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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