Shades of Seagull #6ABACF
Tints of Seagull #6ABACF
RGB
CMYK
RGB Variations
Color information
#6ABACF (or 0x6ABACF) is known color: Seagull. HEX triplet: 6A, BA and CF. RGB value is (106,186,207). Sum of RGB (Red+Green+Blue) = 106+186+207=499 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.24% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #6ABACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABACF is #954530. Grayscale: #A4A4A4. Windows color (decimal): -9782577 or 13613674. OLE color: 13613674.
HSL color Cylindrical-coordinate representation of color #6ABACF: hue angle of 192.48º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ABACF is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 186 | 207 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.19 |
| HSL | 192.48º | 0.51% | 0.61% | - |
| HSV(B) | 192.48º | 0.49% | 0.81% | - |
| XYZ | 34.77 | 42.69 | 65.44 | - |
| YUV | 164.47 | 152 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 186 | 207 | 0.49 | 0.10 | 0 | 0.19 | 192.48 | 0.51 | 0.61 |
| Hex | 6A | BA | CF | 31 | A | 0 | 13 | C0 | 33 | 3D |
| Octal | 152 | 272 | 317 | 61 | 12 | 0 | 23 | 300 | 63 | 75 |
| Binary | 1101010 | 10111010 | 11001111 | 110001 | 1010 | 0 | 10011 | 11000000 | 110011 | 111101 |
Color Harmonies of #6ABACF
Complementary color
Monochromatic Colors of #6ABACF
Black with #6ABACF
Text Example
Text Example
White with #6ABACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABACF; }
p { color: rgb(106,186,207); }
H1.HeaderClassName
{
color: #6ABACF;
}
.AnyTagClassName
{
color: #6ABACF;
}
</style>
background-color css
<style>
a { background-color: #6ABACF; }
a { background-color: rgb(106,186,207); }
div.DivClassName
{
background-color: #6ABACF;
}
.BgClassName
{
background-color: #6ABACF;
}
</style>
border-color css
<style>
span { border-color: #6ABACF; }
span { border-color: rgb(106,186,207); }
td.TdClassName
{
border-color: #6ABACF;
}
.TagClassName
{
border-color: #6ABACF;
}
</style>