Shades of Seagull #6FABD1
Tints of Seagull #6FABD1
RGB
CMYK
RGB Variations
Color information
#6FABD1 (or 0x6FABD1) is known color: Seagull. HEX triplet: 6F, AB and D1. RGB value is (111,171,209). Sum of RGB (Red+Green+Blue) = 111+171+209=491 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.61% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 209 - color contains mainly: blue. Hex color #6FABD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FABD1 is #90542E. Grayscale: #9D9D9D. Windows color (decimal): -9458735 or 13740911. OLE color: 13740911.
HSL color Cylindrical-coordinate representation of color #6FABD1: hue angle of 203.27º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FABD1 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 171 | 209 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.18 |
| HSL | 203.27º | 0.52% | 0.63% | - |
| HSV(B) | 203.27º | 0.47% | 0.82% | - |
| XYZ | 32.63 | 37.11 | 65.76 | - |
| YUV | 157.39 | 157.12 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 209 | 0.47 | 0.18 | 0 | 0.18 | 203.27 | 0.52 | 0.63 |
| Hex | 6F | AB | D1 | 2F | 12 | 0 | 12 | CB | 34 | 3F |
| Octal | 157 | 253 | 321 | 57 | 22 | 0 | 22 | 313 | 64 | 77 |
| Binary | 1101111 | 10101011 | 11010001 | 101111 | 10010 | 0 | 10010 | 11001011 | 110100 | 111111 |
Color Harmonies of #6FABD1
Complementary color
Monochromatic Colors of #6FABD1
Black with #6FABD1
Text Example
Text Example
White with #6FABD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FABD1; }
p { color: rgb(111,171,209); }
H1.HeaderClassName
{
color: #6FABD1;
}
.AnyTagClassName
{
color: #6FABD1;
}
</style>
background-color css
<style>
a { background-color: #6FABD1; }
a { background-color: rgb(111,171,209); }
div.DivClassName
{
background-color: #6FABD1;
}
.BgClassName
{
background-color: #6FABD1;
}
</style>
border-color css
<style>
span { border-color: #6FABD1; }
span { border-color: rgb(111,171,209); }
td.TdClassName
{
border-color: #6FABD1;
}
.TagClassName
{
border-color: #6FABD1;
}
</style>