#6DB9BB

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

Shades of Fountain Blue #6DB9BB

Tints of Fountain Blue #6DB9BB

Color information

#6DB9BB (or 0x6DB9BB) is unknown color: approx Fountain Blue. HEX triplet: 6D, B9 and BB. RGB value is (109,185,187). Sum of RGB (Red+Green+Blue) = 109+185+187=481 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.66% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #6DB9BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB9BB is #924644. Grayscale: #A2A2A2. Windows color (decimal): -9586245 or 12302701. OLE color: 12302701.

HSL color Cylindrical-coordinate representation of color #6DB9BB: hue angle of 181.54º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DB9BB is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB109185187-
CMYK0.420.0100.27
HSL181.54º36.45%58.04%-
HSV(B)181.54º41.71%73.33%-
XYZ32.6341.5453.31-
YUV162.5141.8289.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.66%
GREEN value IS 185 (72.66% from 255) = 38.46%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=22.66%
G=38.46%
B=38.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1091851870.420.0100.27181.5436.4558.04
Hex6DB9BB2A101Bb6243a
Octal1552712735210332664472
Binary11011011011100110111011101010101101110110110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,185,187); }

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

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

 a { background-color: rgb(109,185,187); }

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

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

 span { border-color: rgb(109,185,187); }

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