#6bb4ba

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

Shades of Fountain Blue #6BB4BA

Tints of Fountain Blue #6BB4BA

Color information

#6BB4BA (or 0x6BB4BA) is unknown color: approx Fountain Blue. HEX triplet: 6B, B4 and BA. RGB value is (107,180,186). Sum of RGB (Red+Green+Blue) = 107+180+186=473 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.62% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #6BB4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB4BA is #944B45. Grayscale: #9E9E9E. Windows color (decimal): -9718598 or 12235883. OLE color: 12235883.

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

Color convert

RGB107180186-
CMYK0.420.0300.27
HSL184.56º36.41%57.45%-
HSV(B)184.56º42.47%72.94%-
XYZ31.2539.3152.4-
YUV158.86143.3291.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.62%
GREEN value IS 180 (70.70% from 255) = 38.05%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=22.62%
G=38.05%
B=39.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071801860.420.0300.27184.5636.4157.45
Hex6BB4BA2A301Bb92439
Octal1532642725230332714471
Binary110101110110100101110101010101101101110111001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bb4ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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