Shades of Seagull #6FBDCF
Tints of Seagull #6FBDCF
RGB
CMYK
RGB Variations
Color information
#6FBDCF (or 0x6FBDCF) is known color: Seagull. HEX triplet: 6F, BD and CF. RGB value is (111,189,207). Sum of RGB (Red+Green+Blue) = 111+189+207=507 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.89% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FBDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBDCF is #904230. Grayscale: #A7A7A7. Windows color (decimal): -9454129 or 13614447. OLE color: 13614447.
HSL color Cylindrical-coordinate representation of color #6FBDCF: hue angle of 191.25º 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 #6FBDCF is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 189 | 207 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.19 |
| HSL | 191.25º | 0.5% | 0.62% | - |
| HSV(B) | 191.25º | 0.46% | 0.81% | - |
| XYZ | 36.02 | 44.28 | 65.68 | - |
| YUV | 167.73 | 150.16 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 189 | 207 | 0.46 | 0.09 | 0 | 0.19 | 191.25 | 0.5 | 0.62 |
| Hex | 6F | BD | CF | 2E | 9 | 0 | 13 | BF | 32 | 3E |
| Octal | 157 | 275 | 317 | 56 | 11 | 0 | 23 | 277 | 62 | 76 |
| Binary | 1101111 | 10111101 | 11001111 | 101110 | 1001 | 0 | 10011 | 10111111 | 110010 | 111110 |
Color Harmonies of #6FBDCF
Complementary color
Monochromatic Colors of #6FBDCF
Black with #6FBDCF
Text Example
Text Example
White with #6FBDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBDCF; }
p { color: rgb(111,189,207); }
H1.HeaderClassName
{
color: #6FBDCF;
}
.AnyTagClassName
{
color: #6FBDCF;
}
</style>
background-color css
<style>
a { background-color: #6FBDCF; }
a { background-color: rgb(111,189,207); }
div.DivClassName
{
background-color: #6FBDCF;
}
.BgClassName
{
background-color: #6FBDCF;
}
</style>
border-color css
<style>
span { border-color: #6FBDCF; }
span { border-color: rgb(111,189,207); }
td.TdClassName
{
border-color: #6FBDCF;
}
.TagClassName
{
border-color: #6FBDCF;
}
</style>