Shades of Seagull #6FB1CF
Tints of Seagull #6FB1CF
RGB
CMYK
RGB Variations
Color information
#6FB1CF (or 0x6FB1CF) is known color: Seagull. HEX triplet: 6F, B1 and CF. RGB value is (111,177,207). Sum of RGB (Red+Green+Blue) = 111+177+207=495 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.42% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FB1CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB1CF is #904E30. Grayscale: #A0A0A0. Windows color (decimal): -9457201 or 13611375. OLE color: 13611375.
HSL color Cylindrical-coordinate representation of color #6FB1CF: hue angle of 198.75º 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 #6FB1CF is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 177 | 207 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.19 |
| HSL | 198.75º | 0.5% | 0.62% | - |
| HSV(B) | 198.75º | 0.46% | 0.81% | - |
| XYZ | 33.54 | 39.33 | 64.85 | - |
| YUV | 160.69 | 154.13 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 177 | 207 | 0.46 | 0.14 | 0 | 0.19 | 198.75 | 0.5 | 0.62 |
| Hex | 6F | B1 | CF | 2E | E | 0 | 13 | C7 | 32 | 3E |
| Octal | 157 | 261 | 317 | 56 | 16 | 0 | 23 | 307 | 62 | 76 |
| Binary | 1101111 | 10110001 | 11001111 | 101110 | 1110 | 0 | 10011 | 11000111 | 110010 | 111110 |
Color Harmonies of #6FB1CF
Complementary color
Monochromatic Colors of #6FB1CF
Black with #6FB1CF
Text Example
Text Example
White with #6FB1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB1CF; }
p { color: rgb(111,177,207); }
H1.HeaderClassName
{
color: #6FB1CF;
}
.AnyTagClassName
{
color: #6FB1CF;
}
</style>
background-color css
<style>
a { background-color: #6FB1CF; }
a { background-color: rgb(111,177,207); }
div.DivClassName
{
background-color: #6FB1CF;
}
.BgClassName
{
background-color: #6FB1CF;
}
</style>
border-color css
<style>
span { border-color: #6FB1CF; }
span { border-color: rgb(111,177,207); }
td.TdClassName
{
border-color: #6FB1CF;
}
.TagClassName
{
border-color: #6FB1CF;
}
</style>