Shades of Seagull #6FBCD5
Tints of Seagull #6FBCD5
RGB
CMYK
RGB Variations
Color information
#6FBCD5 (or 0x6FBCD5) is known color: Seagull. HEX triplet: 6F, BC and D5. RGB value is (111,188,213). Sum of RGB (Red+Green+Blue) = 111+188+213=512 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.68% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #6FBCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCD5 is #90432A. Grayscale: #A7A7A7. Windows color (decimal): -9454379 or 14007407. OLE color: 14007407.
HSL color Cylindrical-coordinate representation of color #6FBCD5: hue angle of 194.71º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FBCD5 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 188 | 213 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.16 |
| HSL | 194.71º | 0.55% | 0.64% | - |
| HSV(B) | 194.71º | 0.48% | 0.84% | - |
| XYZ | 36.55 | 44.15 | 69.55 | - |
| YUV | 167.83 | 153.49 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 213 | 0.48 | 0.12 | 0 | 0.16 | 194.71 | 0.55 | 0.64 |
| Hex | 6F | BC | D5 | 30 | C | 0 | 10 | C3 | 37 | 40 |
| Octal | 157 | 274 | 325 | 60 | 14 | 0 | 20 | 303 | 67 | 100 |
| Binary | 1101111 | 10111100 | 11010101 | 110000 | 1100 | 0 | 10000 | 11000011 | 110111 | 1000000 |
Color Harmonies of #6FBCD5
Complementary color
Monochromatic Colors of #6FBCD5
Black with #6FBCD5
Text Example
Text Example
White with #6FBCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBCD5; }
p { color: rgb(111,188,213); }
H1.HeaderClassName
{
color: #6FBCD5;
}
.AnyTagClassName
{
color: #6FBCD5;
}
</style>
background-color css
<style>
a { background-color: #6FBCD5; }
a { background-color: rgb(111,188,213); }
div.DivClassName
{
background-color: #6FBCD5;
}
.BgClassName
{
background-color: #6FBCD5;
}
</style>
border-color css
<style>
span { border-color: #6FBCD5; }
span { border-color: rgb(111,188,213); }
td.TdClassName
{
border-color: #6FBCD5;
}
.TagClassName
{
border-color: #6FBCD5;
}
</style>