Shades of Seagull #6FB2CF
Tints of Seagull #6FB2CF
RGB
CMYK
RGB Variations
Color information
#6FB2CF (or 0x6FB2CF) is known color: Seagull. HEX triplet: 6F, B2 and CF. RGB value is (111,178,207). Sum of RGB (Red+Green+Blue) = 111+178+207=496 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.38% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FB2CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB2CF is #904D30. Grayscale: #A1A1A1. Windows color (decimal): -9456945 or 13611631. OLE color: 13611631.
HSL color Cylindrical-coordinate representation of color #6FB2CF: hue angle of 198.12º 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 #6FB2CF is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 178 | 207 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.19 |
| HSL | 198.13º | 0.5% | 0.62% | - |
| HSV(B) | 198.13º | 0.46% | 0.81% | - |
| XYZ | 33.74 | 39.73 | 64.92 | - |
| YUV | 161.27 | 153.8 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 178 | 207 | 0.46 | 0.14 | 0 | 0.19 | 198.13 | 0.5 | 0.62 |
| Hex | 6F | B2 | CF | 2E | E | 0 | 13 | C6 | 32 | 3E |
| Octal | 157 | 262 | 317 | 56 | 16 | 0 | 23 | 306 | 62 | 76 |
| Binary | 1101111 | 10110010 | 11001111 | 101110 | 1110 | 0 | 10011 | 11000110 | 110010 | 111110 |
Color Harmonies of #6FB2CF
Complementary color
Monochromatic Colors of #6FB2CF
Black with #6FB2CF
Text Example
Text Example
White with #6FB2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB2CF; }
p { color: rgb(111,178,207); }
H1.HeaderClassName
{
color: #6FB2CF;
}
.AnyTagClassName
{
color: #6FB2CF;
}
</style>
background-color css
<style>
a { background-color: #6FB2CF; }
a { background-color: rgb(111,178,207); }
div.DivClassName
{
background-color: #6FB2CF;
}
.BgClassName
{
background-color: #6FB2CF;
}
</style>
border-color css
<style>
span { border-color: #6FB2CF; }
span { border-color: rgb(111,178,207); }
td.TdClassName
{
border-color: #6FB2CF;
}
.TagClassName
{
border-color: #6FB2CF;
}
</style>