Shades of Seagull #6FBCCF
Tints of Seagull #6FBCCF
RGB
CMYK
RGB Variations
Color information
#6FBCCF (or 0x6FBCCF) is known color: Seagull. HEX triplet: 6F, BC and CF. RGB value is (111,188,207). Sum of RGB (Red+Green+Blue) = 111+188+207=506 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.94% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FBCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCCF is #904330. Grayscale: #A6A6A6. Windows color (decimal): -9454385 or 13614191. OLE color: 13614191.
HSL color Cylindrical-coordinate representation of color #6FBCCF: hue angle of 191.88º 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 #6FBCCF is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 188 | 207 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.19 |
| HSL | 191.88º | 0.5% | 0.62% | - |
| HSV(B) | 191.88º | 0.46% | 0.81% | - |
| XYZ | 35.8 | 43.85 | 65.61 | - |
| YUV | 167.14 | 150.49 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 207 | 0.46 | 0.09 | 0 | 0.19 | 191.88 | 0.5 | 0.62 |
| Hex | 6F | BC | CF | 2E | 9 | 0 | 13 | C0 | 32 | 3E |
| Octal | 157 | 274 | 317 | 56 | 11 | 0 | 23 | 300 | 62 | 76 |
| Binary | 1101111 | 10111100 | 11001111 | 101110 | 1001 | 0 | 10011 | 11000000 | 110010 | 111110 |
Color Harmonies of #6FBCCF
Complementary color
Monochromatic Colors of #6FBCCF
Black with #6FBCCF
Text Example
Text Example
White with #6FBCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBCCF; }
p { color: rgb(111,188,207); }
H1.HeaderClassName
{
color: #6FBCCF;
}
.AnyTagClassName
{
color: #6FBCCF;
}
</style>
background-color css
<style>
a { background-color: #6FBCCF; }
a { background-color: rgb(111,188,207); }
div.DivClassName
{
background-color: #6FBCCF;
}
.BgClassName
{
background-color: #6FBCCF;
}
</style>
border-color css
<style>
span { border-color: #6FBCCF; }
span { border-color: rgb(111,188,207); }
td.TdClassName
{
border-color: #6FBCCF;
}
.TagClassName
{
border-color: #6FBCCF;
}
</style>