#6BBDBA

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

Shades of Fountain Blue #6BBDBA

Tints of Fountain Blue #6BBDBA

Color information

#6BBDBA (or 0x6BBDBA) is unknown color: approx Fountain Blue. HEX triplet: 6B, BD and BA. RGB value is (107,189,186). Sum of RGB (Red+Green+Blue) = 107+189+186=482 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.20% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 189 - color contains mainly: green. Hex color #6BBDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBDBA is #944245. Grayscale: #A4A4A4. Windows color (decimal): -9716294 or 12238187. OLE color: 12238187.

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

Color convert

RGB107189186-
CMYK0.4300.020.26
HSL177.8º38.32%58.04%-
HSV(B)177.8º43.39%74.12%-
XYZ33.1243.0753.02-
YUV164.14140.3387.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.20%
GREEN value IS 189 (74.22% from 255) = 39.21%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=22.20%
G=39.21%
B=38.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071891860.4300.020.26177.838.3258.04
Hex6BBDBA2B021Ab2263a
Octal1532752725302322624672
Binary110101110111101101110101010110101101010110010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,189,186); }

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

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

 a { background-color: rgb(107,189,186); }

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

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

 span { border-color: rgb(107,189,186); }

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