Shades of Fountain Blue #6CB0B8
Tints of Fountain Blue #6CB0B8
RGB
CMYK
RGB Variations
Color information
#6CB0B8 (or 0x6CB0B8) is known color: Fountain Blue. HEX triplet: 6C, B0 and B8. RGB value is (108,176,184). Sum of RGB (Red+Green+Blue) = 108+176+184=468 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.08% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 184 - color contains mainly: blue. Hex color #6CB0B8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB0B8 is #934F47. Grayscale: #9C9C9C. Windows color (decimal): -9654088 or 12103788. OLE color: 12103788.
HSL color Cylindrical-coordinate representation of color #6CB0B8: hue angle of 186.32º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CB0B8 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 108 | 176 | 184 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.28 |
| HSL | 186.32º | 0.35% | 0.57% | - |
| HSV(B) | 186.32º | 0.41% | 0.72% | - |
| XYZ | 30.36 | 37.7 | 51.02 | - |
| YUV | 156.58 | 143.47 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 176 | 184 | 0.41 | 0.04 | 0 | 0.28 | 186.32 | 0.35 | 0.57 |
| Hex | 6C | B0 | B8 | 29 | 4 | 0 | 1C | BA | 23 | 39 |
| Octal | 154 | 260 | 270 | 51 | 4 | 0 | 34 | 272 | 43 | 71 |
| Binary | 1101100 | 10110000 | 10111000 | 101001 | 100 | 0 | 11100 | 10111010 | 100011 | 111001 |
Color Harmonies of #6CB0B8
Complementary color
Monochromatic Colors of #6CB0B8
Black with #6CB0B8
Text Example
Text Example
White with #6CB0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB0B8; }
p { color: rgb(108,176,184); }
H1.HeaderClassName
{
color: #6CB0B8;
}
.AnyTagClassName
{
color: #6CB0B8;
}
</style>
background-color css
<style>
a { background-color: #6CB0B8; }
a { background-color: rgb(108,176,184); }
div.DivClassName
{
background-color: #6CB0B8;
}
.BgClassName
{
background-color: #6CB0B8;
}
</style>
border-color css
<style>
span { border-color: #6CB0B8; }
span { border-color: rgb(108,176,184); }
td.TdClassName
{
border-color: #6CB0B8;
}
.TagClassName
{
border-color: #6CB0B8;
}
</style>