Shades of Seagull #6EB9CA
Tints of Seagull #6EB9CA
RGB
CMYK
RGB Variations
Color information
#6EB9CA (or 0x6EB9CA) is known color: Seagull. HEX triplet: 6E, B9 and CA. RGB value is (110,185,202). Sum of RGB (Red+Green+Blue) = 110+185+202=497 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.13% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #6EB9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB9CA is #914635. Grayscale: #A4A4A4. Windows color (decimal): -9520694 or 13285742. OLE color: 13285742.
HSL color Cylindrical-coordinate representation of color #6EB9CA: hue angle of 191.09º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EB9CA is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 185 | 202 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.21 |
| HSL | 191.09º | 0.46% | 0.61% | - |
| HSV(B) | 191.09º | 0.46% | 0.79% | - |
| XYZ | 34.44 | 42.28 | 62.22 | - |
| YUV | 164.51 | 149.15 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 185 | 202 | 0.46 | 0.08 | 0 | 0.21 | 191.09 | 0.46 | 0.61 |
| Hex | 6E | B9 | CA | 2E | 8 | 0 | 15 | BF | 2E | 3D |
| Octal | 156 | 271 | 312 | 56 | 10 | 0 | 25 | 277 | 56 | 75 |
| Binary | 1101110 | 10111001 | 11001010 | 101110 | 1000 | 0 | 10101 | 10111111 | 101110 | 111101 |
Color Harmonies of #6EB9CA
Complementary color
Monochromatic Colors of #6EB9CA
Black with #6EB9CA
Text Example
Text Example
White with #6EB9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB9CA; }
p { color: rgb(110,185,202); }
H1.HeaderClassName
{
color: #6EB9CA;
}
.AnyTagClassName
{
color: #6EB9CA;
}
</style>
background-color css
<style>
a { background-color: #6EB9CA; }
a { background-color: rgb(110,185,202); }
div.DivClassName
{
background-color: #6EB9CA;
}
.BgClassName
{
background-color: #6EB9CA;
}
</style>
border-color css
<style>
span { border-color: #6EB9CA; }
span { border-color: rgb(110,185,202); }
td.TdClassName
{
border-color: #6EB9CA;
}
.TagClassName
{
border-color: #6EB9CA;
}
</style>