#6BAEBA

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

Shades of Fountain Blue #6BAEBA

Tints of Fountain Blue #6BAEBA

Color information

#6BAEBA (or 0x6BAEBA) is unknown color: approx Fountain Blue. HEX triplet: 6B, AE and BA. RGB value is (107,174,186). Sum of RGB (Red+Green+Blue) = 107+174+186=467 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.91% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #6BAEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAEBA is #945145. Grayscale: #9B9B9B. Windows color (decimal): -9720134 or 12234347. OLE color: 12234347.

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

Color convert

RGB107174186-
CMYK0.420.0600.27
HSL189.11º36.41%57.45%-
HSV(B)189.11º42.47%72.94%-
XYZ30.0636.9452-
YUV155.34145.393.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.91%
GREEN value IS 174 (68.36% from 255) = 37.26%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=22.91%
G=37.26%
B=39.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071741860.420.0600.27189.1136.4157.45
Hex6BAEBA2A601Bbd2439
Octal1532562725260332754471
Binary1101011101011101011101010101011001101110111101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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