Shades of Seagull #6FBCD6
Tints of Seagull #6FBCD6
RGB
CMYK
RGB Variations
Color information
#6FBCD6 (or 0x6FBCD6) is known color: Seagull. HEX triplet: 6F, BC and D6. RGB value is (111,188,214). Sum of RGB (Red+Green+Blue) = 111+188+214=513 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.64% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 214 - color contains mainly: blue. Hex color #6FBCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCD6 is #904329. Grayscale: #A7A7A7. Windows color (decimal): -9454378 or 14072943. OLE color: 14072943.
HSL color Cylindrical-coordinate representation of color #6FBCD6: hue angle of 195.15º degrees, saturation: 0.56, 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 #6FBCD6 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 188 | 214 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.16 |
| HSL | 195.15º | 0.56% | 0.64% | - |
| HSV(B) | 195.15º | 0.48% | 0.84% | - |
| XYZ | 36.68 | 44.2 | 70.22 | - |
| YUV | 167.94 | 153.99 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 214 | 0.48 | 0.12 | 0 | 0.16 | 195.15 | 0.56 | 0.64 |
| Hex | 6F | BC | D6 | 30 | C | 0 | 10 | C3 | 38 | 40 |
| Octal | 157 | 274 | 326 | 60 | 14 | 0 | 20 | 303 | 70 | 100 |
| Binary | 1101111 | 10111100 | 11010110 | 110000 | 1100 | 0 | 10000 | 11000011 | 111000 | 1000000 |
Color Harmonies of #6FBCD6
Complementary color
Monochromatic Colors of #6FBCD6
Black with #6FBCD6
Text Example
Text Example
White with #6FBCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBCD6; }
p { color: rgb(111,188,214); }
H1.HeaderClassName
{
color: #6FBCD6;
}
.AnyTagClassName
{
color: #6FBCD6;
}
</style>
background-color css
<style>
a { background-color: #6FBCD6; }
a { background-color: rgb(111,188,214); }
div.DivClassName
{
background-color: #6FBCD6;
}
.BgClassName
{
background-color: #6FBCD6;
}
</style>
border-color css
<style>
span { border-color: #6FBCD6; }
span { border-color: rgb(111,188,214); }
td.TdClassName
{
border-color: #6FBCD6;
}
.TagClassName
{
border-color: #6FBCD6;
}
</style>