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