#6BAFBA

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

Shades of Fountain Blue #6BAFBA

Tints of Fountain Blue #6BAFBA

Color information

#6BAFBA (or 0x6BAFBA) is unknown color: approx Fountain Blue. HEX triplet: 6B, AF and BA. RGB value is (107,175,186). Sum of RGB (Red+Green+Blue) = 107+175+186=468 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.86% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #6BAFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFBA is #945045. Grayscale: #9B9B9B. Windows color (decimal): -9719878 or 12234603. OLE color: 12234603.

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

Color convert

RGB107175186-
CMYK0.420.0600.27
HSL188.35º36.41%57.45%-
HSV(B)188.35º42.47%72.94%-
XYZ30.2637.3352.07-
YUV155.92144.9793.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.86%
GREEN value IS 175 (68.75% from 255) = 37.39%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=22.86%
G=37.39%
B=39.74%

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
Decimal1071751860.420.0600.27188.3536.4157.45
Hex6BAFBA2A601Bbc2439
Octal1532572725260332744471
Binary1101011101011111011101010101011001101110111100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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