Shades of Seagull #6FBBD8
Tints of Seagull #6FBBD8
RGB
CMYK
RGB Variations
Color information
#6FBBD8 (or 0x6FBBD8) is known color: Seagull. HEX triplet: 6F, BB and D8. RGB value is (111,187,216). Sum of RGB (Red+Green+Blue) = 111+187+216=514 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.60% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 216 - color contains mainly: blue. Hex color #6FBBD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBBD8 is #904427. Grayscale: #A7A7A7. Windows color (decimal): -9454632 or 14203759. OLE color: 14203759.
HSL color Cylindrical-coordinate representation of color #6FBBD8: hue angle of 196.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FBBD8 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 187 | 216 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.15 |
| HSL | 196.57º | 0.57% | 0.64% | - |
| HSV(B) | 196.57º | 0.49% | 0.85% | - |
| XYZ | 36.72 | 43.88 | 71.5 | - |
| YUV | 167.58 | 155.32 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 187 | 216 | 0.49 | 0.13 | 0 | 0.15 | 196.57 | 0.57 | 0.64 |
| Hex | 6F | BB | D8 | 31 | D | 0 | F | C5 | 39 | 40 |
| Octal | 157 | 273 | 330 | 61 | 15 | 0 | 17 | 305 | 71 | 100 |
| Binary | 1101111 | 10111011 | 11011000 | 110001 | 1101 | 0 | 1111 | 11000101 | 111001 | 1000000 |
Color Harmonies of #6FBBD8
Complementary color
Monochromatic Colors of #6FBBD8
Black with #6FBBD8
Text Example
Text Example
White with #6FBBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBBD8; }
p { color: rgb(111,187,216); }
H1.HeaderClassName
{
color: #6FBBD8;
}
.AnyTagClassName
{
color: #6FBBD8;
}
</style>
background-color css
<style>
a { background-color: #6FBBD8; }
a { background-color: rgb(111,187,216); }
div.DivClassName
{
background-color: #6FBBD8;
}
.BgClassName
{
background-color: #6FBBD8;
}
</style>
border-color css
<style>
span { border-color: #6FBBD8; }
span { border-color: rgb(111,187,216); }
td.TdClassName
{
border-color: #6FBBD8;
}
.TagClassName
{
border-color: #6FBBD8;
}
</style>