#6BB6BA

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

Shades of Fountain Blue #6BB6BA

Tints of Fountain Blue #6BB6BA

Color information

#6BB6BA (or 0x6BB6BA) is unknown color: approx Fountain Blue. HEX triplet: 6B, B6 and BA. RGB value is (107,182,186). Sum of RGB (Red+Green+Blue) = 107+182+186=475 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.53% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #6BB6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB6BA is #944945. Grayscale: #9F9F9F. Windows color (decimal): -9718086 or 12236395. OLE color: 12236395.

HSL color Cylindrical-coordinate representation of color #6BB6BA: hue angle of 183.04º 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 #6BB6BA is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB107182186-
CMYK0.420.0200.27
HSL183.04º36.41%57.45%-
HSV(B)183.04º42.47%72.94%-
XYZ31.6540.1352.53-
YUV160.03142.6590.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.53%
GREEN value IS 182 (71.48% from 255) = 38.32%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=22.53%
G=38.32%
B=39.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071821860.420.0200.27183.0436.4157.45
Hex6BB6BA2A201Bb72439
Octal1532662725220332674471
Binary110101110110110101110101010101001101110110111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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