Shades of Fountain Blue #6BA3B2
Tints of Fountain Blue #6BA3B2
RGB
CMYK
RGB Variations
Color information
#6BA3B2 (or 0x6BA3B2) is known color: Fountain Blue. HEX triplet: 6B, A3 and B2. RGB value is (107,163,178). Sum of RGB (Red+Green+Blue) = 107+163+178=448 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.88% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 178 - color contains mainly: blue. Hex color #6BA3B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA3B2 is #945C4D. Grayscale: #939393. Windows color (decimal): -9722958 or 11707243. OLE color: 11707243.
HSL color Cylindrical-coordinate representation of color #6BA3B2: hue angle of 192.68º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BA3B2 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 107 | 163 | 178 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.30 |
| HSL | 192.68º | 0.32% | 0.56% | - |
| HSV(B) | 192.68º | 0.4% | 0.7% | - |
| XYZ | 27.2 | 32.53 | 46.97 | - |
| YUV | 147.97 | 144.95 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 163 | 178 | 0.40 | 0.08 | 0 | 0.30 | 192.68 | 0.32 | 0.56 |
| Hex | 6B | A3 | B2 | 28 | 8 | 0 | 1E | C1 | 20 | 38 |
| Octal | 153 | 243 | 262 | 50 | 10 | 0 | 36 | 301 | 40 | 70 |
| Binary | 1101011 | 10100011 | 10110010 | 101000 | 1000 | 0 | 11110 | 11000001 | 100000 | 111000 |
Color Harmonies of #6BA3B2
Complementary color
Monochromatic Colors of #6BA3B2
Black with #6BA3B2
Text Example
Text Example
White with #6BA3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA3B2; }
p { color: rgb(107,163,178); }
H1.HeaderClassName
{
color: #6BA3B2;
}
.AnyTagClassName
{
color: #6BA3B2;
}
</style>
background-color css
<style>
a { background-color: #6BA3B2; }
a { background-color: rgb(107,163,178); }
div.DivClassName
{
background-color: #6BA3B2;
}
.BgClassName
{
background-color: #6BA3B2;
}
</style>
border-color css
<style>
span { border-color: #6BA3B2; }
span { border-color: rgb(107,163,178); }
td.TdClassName
{
border-color: #6BA3B2;
}
.TagClassName
{
border-color: #6BA3B2;
}
</style>