Shades of Seagull #6FBFCD
Tints of Seagull #6FBFCD
RGB
CMYK
RGB Variations
Color information
#6FBFCD (or 0x6FBFCD) is known color: Seagull. HEX triplet: 6F, BF and CD. RGB value is (111,191,205). Sum of RGB (Red+Green+Blue) = 111+191+205=507 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.89% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #6FBFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBFCD is #904032. Grayscale: #A8A8A8. Windows color (decimal): -9453619 or 13483887. OLE color: 13483887.
HSL color Cylindrical-coordinate representation of color #6FBFCD: hue angle of 188.94º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FBFCD is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 191 | 205 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.20 |
| HSL | 188.94º | 0.48% | 0.62% | - |
| HSV(B) | 188.94º | 0.46% | 0.8% | - |
| XYZ | 36.21 | 45.05 | 64.54 | - |
| YUV | 168.68 | 148.5 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 191 | 205 | 0.46 | 0.07 | 0 | 0.20 | 188.94 | 0.48 | 0.62 |
| Hex | 6F | BF | CD | 2E | 7 | 0 | 14 | BD | 30 | 3E |
| Octal | 157 | 277 | 315 | 56 | 7 | 0 | 24 | 275 | 60 | 76 |
| Binary | 1101111 | 10111111 | 11001101 | 101110 | 111 | 0 | 10100 | 10111101 | 110000 | 111110 |
Color Harmonies of #6FBFCD
Complementary color
Monochromatic Colors of #6FBFCD
Black with #6FBFCD
Text Example
Text Example
White with #6FBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBFCD; }
p { color: rgb(111,191,205); }
H1.HeaderClassName
{
color: #6FBFCD;
}
.AnyTagClassName
{
color: #6FBFCD;
}
</style>
background-color css
<style>
a { background-color: #6FBFCD; }
a { background-color: rgb(111,191,205); }
div.DivClassName
{
background-color: #6FBFCD;
}
.BgClassName
{
background-color: #6FBFCD;
}
</style>
border-color css
<style>
span { border-color: #6FBFCD; }
span { border-color: rgb(111,191,205); }
td.TdClassName
{
border-color: #6FBFCD;
}
.TagClassName
{
border-color: #6FBFCD;
}
</style>