Shades of Seagull #6FBFCB
Tints of Seagull #6FBFCB
RGB
CMYK
RGB Variations
Color information
#6FBFCB (or 0x6FBFCB) is known color: Seagull. HEX triplet: 6F, BF and CB. RGB value is (111,191,203). Sum of RGB (Red+Green+Blue) = 111+191+203=505 (66% of max value = 765). Red value is 111 (43.75% from 255 or 21.98% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #6FBFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBFCB is #904034. Grayscale: #A8A8A8. Windows color (decimal): -9453621 or 13352815. OLE color: 13352815.
HSL color Cylindrical-coordinate representation of color #6FBFCB: hue angle of 187.83º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FBFCB is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 191 | 203 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.20 |
| HSL | 187.83º | 0.47% | 0.62% | - |
| HSV(B) | 187.83º | 0.45% | 0.8% | - |
| XYZ | 35.97 | 44.95 | 63.28 | - |
| YUV | 168.45 | 147.5 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 191 | 203 | 0.45 | 0.06 | 0 | 0.20 | 187.83 | 0.47 | 0.62 |
| Hex | 6F | BF | CB | 2D | 6 | 0 | 14 | BC | 2F | 3E |
| Octal | 157 | 277 | 313 | 55 | 6 | 0 | 24 | 274 | 57 | 76 |
| Binary | 1101111 | 10111111 | 11001011 | 101101 | 110 | 0 | 10100 | 10111100 | 101111 | 111110 |
Color Harmonies of #6FBFCB
Complementary color
Monochromatic Colors of #6FBFCB
Black with #6FBFCB
Text Example
Text Example
White with #6FBFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBFCB; }
p { color: rgb(111,191,203); }
H1.HeaderClassName
{
color: #6FBFCB;
}
.AnyTagClassName
{
color: #6FBFCB;
}
</style>
background-color css
<style>
a { background-color: #6FBFCB; }
a { background-color: rgb(111,191,203); }
div.DivClassName
{
background-color: #6FBFCB;
}
.BgClassName
{
background-color: #6FBFCB;
}
</style>
border-color css
<style>
span { border-color: #6FBFCB; }
span { border-color: rgb(111,191,203); }
td.TdClassName
{
border-color: #6FBFCB;
}
.TagClassName
{
border-color: #6FBFCB;
}
</style>