#6DBCBA

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

Shades of Fountain Blue #6DBCBA

Tints of Fountain Blue #6DBCBA

Color information

#6DBCBA (or 0x6DBCBA) is unknown color: approx Fountain Blue. HEX triplet: 6D, BC and BA. RGB value is (109,188,186). Sum of RGB (Red+Green+Blue) = 109+188+186=483 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.57% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBCBA is #924345. Grayscale: #A4A4A4. Windows color (decimal): -9585478 or 12237933. OLE color: 12237933.

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

Color convert

RGB109188186-
CMYK0.4200.010.26
HSL178.48º37.09%58.24%-
HSV(B)178.48º42.02%73.73%-
XYZ33.1542.7652.96-
YUV164.15140.3388.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.57%
GREEN value IS 188 (73.83% from 255) = 38.92%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=22.57%
G=38.92%
B=38.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091881860.4200.010.26178.4837.0958.24
Hex6DBCBA2A011Ab2253a
Octal1552742725201322624572
Binary11011011011110010111010101010011101010110010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,188,186); }

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

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

 a { background-color: rgb(109,188,186); }

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

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

 span { border-color: rgb(109,188,186); }

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