Shades of Seagull #6FBBCF
Tints of Seagull #6FBBCF
RGB
CMYK
RGB Variations
Color information
#6FBBCF (or 0x6FBBCF) is known color: Seagull. HEX triplet: 6F, BB and CF. RGB value is (111,187,207). Sum of RGB (Red+Green+Blue) = 111+187+207=505 (66% of max value = 765). Red value is 111 (43.75% from 255 or 21.98% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FBBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBBCF is #904430. Grayscale: #A6A6A6. Windows color (decimal): -9454641 or 13613935. OLE color: 13613935.
HSL color Cylindrical-coordinate representation of color #6FBBCF: hue angle of 192.5º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FBBCF is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 187 | 207 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.19 |
| HSL | 192.5º | 0.5% | 0.62% | - |
| HSV(B) | 192.5º | 0.46% | 0.81% | - |
| XYZ | 35.59 | 43.43 | 65.54 | - |
| YUV | 166.56 | 150.82 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 187 | 207 | 0.46 | 0.10 | 0 | 0.19 | 192.5 | 0.5 | 0.62 |
| Hex | 6F | BB | CF | 2E | A | 0 | 13 | C0 | 32 | 3E |
| Octal | 157 | 273 | 317 | 56 | 12 | 0 | 23 | 300 | 62 | 76 |
| Binary | 1101111 | 10111011 | 11001111 | 101110 | 1010 | 0 | 10011 | 11000000 | 110010 | 111110 |
Color Harmonies of #6FBBCF
Complementary color
Monochromatic Colors of #6FBBCF
Black with #6FBBCF
Text Example
Text Example
White with #6FBBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBBCF; }
p { color: rgb(111,187,207); }
H1.HeaderClassName
{
color: #6FBBCF;
}
.AnyTagClassName
{
color: #6FBBCF;
}
</style>
background-color css
<style>
a { background-color: #6FBBCF; }
a { background-color: rgb(111,187,207); }
div.DivClassName
{
background-color: #6FBBCF;
}
.BgClassName
{
background-color: #6FBBCF;
}
</style>
border-color css
<style>
span { border-color: #6FBBCF; }
span { border-color: rgb(111,187,207); }
td.TdClassName
{
border-color: #6FBBCF;
}
.TagClassName
{
border-color: #6FBBCF;
}
</style>