Shades of Fountain Blue #6BB2B4
Tints of Fountain Blue #6BB2B4
RGB
CMYK
RGB Variations
Color information
#6BB2B4 (or 0x6BB2B4) is known color: Fountain Blue. HEX triplet: 6B, B2 and B4. RGB value is (107,178,180). Sum of RGB (Red+Green+Blue) = 107+178+180=465 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.01% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 180 - color contains mainly: blue. Hex color #6BB2B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BB2B4 is #944D4B. Grayscale: #9C9C9C. Windows color (decimal): -9719116 or 11842155. OLE color: 11842155.
HSL color Cylindrical-coordinate representation of color #6BB2B4: hue angle of 181.64º 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 #6BB2B4 is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 107 | 178 | 180 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.29 |
| HSL | 181.64º | 0.33% | 0.56% | - |
| HSV(B) | 181.64º | 0.41% | 0.71% | - |
| XYZ | 30.22 | 38.26 | 48.97 | - |
| YUV | 157 | 140.98 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 178 | 180 | 0.41 | 0.01 | 0 | 0.29 | 181.64 | 0.33 | 0.56 |
| Hex | 6B | B2 | B4 | 29 | 1 | 0 | 1D | B6 | 21 | 38 |
| Octal | 153 | 262 | 264 | 51 | 1 | 0 | 35 | 266 | 41 | 70 |
| Binary | 1101011 | 10110010 | 10110100 | 101001 | 1 | 0 | 11101 | 10110110 | 100001 | 111000 |
Color Harmonies of #6BB2B4
Complementary color
Monochromatic Colors of #6BB2B4
Black with #6BB2B4
Text Example
Text Example
White with #6BB2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB2B4; }
p { color: rgb(107,178,180); }
H1.HeaderClassName
{
color: #6BB2B4;
}
.AnyTagClassName
{
color: #6BB2B4;
}
</style>
background-color css
<style>
a { background-color: #6BB2B4; }
a { background-color: rgb(107,178,180); }
div.DivClassName
{
background-color: #6BB2B4;
}
.BgClassName
{
background-color: #6BB2B4;
}
</style>
border-color css
<style>
span { border-color: #6BB2B4; }
span { border-color: rgb(107,178,180); }
td.TdClassName
{
border-color: #6BB2B4;
}
.TagClassName
{
border-color: #6BB2B4;
}
</style>