#6BADBA

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

Shades of Fountain Blue #6BADBA

Tints of Fountain Blue #6BADBA

Color information

#6BADBA (or 0x6BADBA) is unknown color: approx Fountain Blue. HEX triplet: 6B, AD and BA. RGB value is (107,173,186). Sum of RGB (Red+Green+Blue) = 107+173+186=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #6BADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BADBA is #945245. Grayscale: #9A9A9A. Windows color (decimal): -9720390 or 12234091. OLE color: 12234091.

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

Color convert

RGB107173186-
CMYK0.420.0700.27
HSL189.87º36.41%57.45%-
HSV(B)189.87º42.47%72.94%-
XYZ29.8736.5651.94-
YUV154.75145.6393.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.96%
GREEN value IS 173 (67.97% from 255) = 37.12%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=22.96%
G=37.12%
B=39.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071731860.420.0700.27189.8736.4157.45
Hex6BADBA2A701Bbe2439
Octal1532552725270332764471
Binary1101011101011011011101010101011101101110111110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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