Shades of Seagull #6FBCD0
Tints of Seagull #6FBCD0
RGB
CMYK
RGB Variations
Color information
#6FBCD0 (or 0x6FBCD0) is known color: Seagull. HEX triplet: 6F, BC and D0. RGB value is (111,188,208). Sum of RGB (Red+Green+Blue) = 111+188+208=507 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.89% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #6FBCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCD0 is #90432F. Grayscale: #A7A7A7. Windows color (decimal): -9454384 or 13679727. OLE color: 13679727.
HSL color Cylindrical-coordinate representation of color #6FBCD0: hue angle of 192.37º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FBCD0 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 188 | 208 | - |
| CMYK | 0.47 | 0.10 | 0 | 0.18 |
| HSL | 192.37º | 0.51% | 0.63% | - |
| HSV(B) | 192.37º | 0.47% | 0.82% | - |
| XYZ | 35.92 | 43.9 | 66.25 | - |
| YUV | 167.26 | 150.99 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 208 | 0.47 | 0.10 | 0 | 0.18 | 192.37 | 0.51 | 0.63 |
| Hex | 6F | BC | D0 | 2F | A | 0 | 12 | C0 | 33 | 3F |
| Octal | 157 | 274 | 320 | 57 | 12 | 0 | 22 | 300 | 63 | 77 |
| Binary | 1101111 | 10111100 | 11010000 | 101111 | 1010 | 0 | 10010 | 11000000 | 110011 | 111111 |
Color Harmonies of #6FBCD0
Complementary color
Monochromatic Colors of #6FBCD0
Black with #6FBCD0
Text Example
Text Example
White with #6FBCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBCD0; }
p { color: rgb(111,188,208); }
H1.HeaderClassName
{
color: #6FBCD0;
}
.AnyTagClassName
{
color: #6FBCD0;
}
</style>
background-color css
<style>
a { background-color: #6FBCD0; }
a { background-color: rgb(111,188,208); }
div.DivClassName
{
background-color: #6FBCD0;
}
.BgClassName
{
background-color: #6FBCD0;
}
</style>
border-color css
<style>
span { border-color: #6FBCD0; }
span { border-color: rgb(111,188,208); }
td.TdClassName
{
border-color: #6FBCD0;
}
.TagClassName
{
border-color: #6FBCD0;
}
</style>