Shades of Fountain Blue #6BAFB4
Tints of Fountain Blue #6BAFB4
RGB
CMYK
RGB Variations
Color information
#6BAFB4 (or 0x6BAFB4) is known color: Fountain Blue. HEX triplet: 6B, AF and B4. RGB value is (107,175,180). Sum of RGB (Red+Green+Blue) = 107+175+180=462 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.16% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 180 - color contains mainly: blue. Hex color #6BAFB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFB4 is #94504B. Grayscale: #9B9B9B. Windows color (decimal): -9719884 or 11841387. OLE color: 11841387.
HSL color Cylindrical-coordinate representation of color #6BAFB4: hue angle of 184.11º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6BAFB4 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 107 | 175 | 180 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.29 |
| HSL | 184.11º | 0.33% | 0.56% | - |
| HSV(B) | 184.11º | 0.41% | 0.71% | - |
| XYZ | 29.63 | 37.08 | 48.78 | - |
| YUV | 155.24 | 141.97 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 180 | 0.41 | 0.03 | 0 | 0.29 | 184.11 | 0.33 | 0.56 |
| Hex | 6B | AF | B4 | 29 | 3 | 0 | 1D | B8 | 21 | 38 |
| Octal | 153 | 257 | 264 | 51 | 3 | 0 | 35 | 270 | 41 | 70 |
| Binary | 1101011 | 10101111 | 10110100 | 101001 | 11 | 0 | 11101 | 10111000 | 100001 | 111000 |
Color Harmonies of #6BAFB4
Complementary color
Monochromatic Colors of #6BAFB4
Black with #6BAFB4
Text Example
Text Example
White with #6BAFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAFB4; }
p { color: rgb(107,175,180); }
H1.HeaderClassName
{
color: #6BAFB4;
}
.AnyTagClassName
{
color: #6BAFB4;
}
</style>
background-color css
<style>
a { background-color: #6BAFB4; }
a { background-color: rgb(107,175,180); }
div.DivClassName
{
background-color: #6BAFB4;
}
.BgClassName
{
background-color: #6BAFB4;
}
</style>
border-color css
<style>
span { border-color: #6BAFB4; }
span { border-color: rgb(107,175,180); }
td.TdClassName
{
border-color: #6BAFB4;
}
.TagClassName
{
border-color: #6BAFB4;
}
</style>