Shades of Seagull #6FBECF
Tints of Seagull #6FBECF
RGB
CMYK
RGB Variations
Color information
#6FBECF (or 0x6FBECF) is known color: Seagull. HEX triplet: 6F, BE and CF. RGB value is (111,190,207). Sum of RGB (Red+Green+Blue) = 111+190+207=508 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.85% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FBECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBECF is #904130. Grayscale: #A8A8A8. Windows color (decimal): -9453873 or 13614703. OLE color: 13614703.
HSL color Cylindrical-coordinate representation of color #6FBECF: hue angle of 190.62º 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 #6FBECF is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 190 | 207 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.19 |
| HSL | 190.63º | 0.5% | 0.62% | - |
| HSV(B) | 190.63º | 0.46% | 0.81% | - |
| XYZ | 36.23 | 44.71 | 65.75 | - |
| YUV | 168.32 | 149.83 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 190 | 207 | 0.46 | 0.08 | 0 | 0.19 | 190.63 | 0.5 | 0.62 |
| Hex | 6F | BE | CF | 2E | 8 | 0 | 13 | BF | 32 | 3E |
| Octal | 157 | 276 | 317 | 56 | 10 | 0 | 23 | 277 | 62 | 76 |
| Binary | 1101111 | 10111110 | 11001111 | 101110 | 1000 | 0 | 10011 | 10111111 | 110010 | 111110 |
Color Harmonies of #6FBECF
Complementary color
Monochromatic Colors of #6FBECF
Black with #6FBECF
Text Example
Text Example
White with #6FBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBECF; }
p { color: rgb(111,190,207); }
H1.HeaderClassName
{
color: #6FBECF;
}
.AnyTagClassName
{
color: #6FBECF;
}
</style>
background-color css
<style>
a { background-color: #6FBECF; }
a { background-color: rgb(111,190,207); }
div.DivClassName
{
background-color: #6FBECF;
}
.BgClassName
{
background-color: #6FBECF;
}
</style>
border-color css
<style>
span { border-color: #6FBECF; }
span { border-color: rgb(111,190,207); }
td.TdClassName
{
border-color: #6FBECF;
}
.TagClassName
{
border-color: #6FBECF;
}
</style>