Shades of Seagull #6DBACA
Tints of Seagull #6DBACA
RGB
CMYK
RGB Variations
Color information
#6DBACA (or 0x6DBACA) is known color: Seagull. HEX triplet: 6D, BA and CA. RGB value is (109,186,202). Sum of RGB (Red+Green+Blue) = 109+186+202=497 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.93% from 497); Green value is 186 (73.05% from 255 or 37.42% 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 #6DBACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBACA is #924535. Grayscale: #A4A4A4. Windows color (decimal): -9585974 or 13285997. OLE color: 13285997.
HSL color Cylindrical-coordinate representation of color #6DBACA: hue angle of 190.32º degrees, saturation: 0.47, 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 #6DBACA is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 186 | 202 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.21 |
| HSL | 190.32º | 0.47% | 0.61% | - |
| HSV(B) | 190.32º | 0.46% | 0.79% | - |
| XYZ | 34.53 | 42.63 | 62.29 | - |
| YUV | 164.8 | 148.99 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 186 | 202 | 0.46 | 0.08 | 0 | 0.21 | 190.32 | 0.47 | 0.61 |
| Hex | 6D | BA | CA | 2E | 8 | 0 | 15 | BE | 2F | 3D |
| Octal | 155 | 272 | 312 | 56 | 10 | 0 | 25 | 276 | 57 | 75 |
| Binary | 1101101 | 10111010 | 11001010 | 101110 | 1000 | 0 | 10101 | 10111110 | 101111 | 111101 |
Color Harmonies of #6DBACA
Complementary color
Monochromatic Colors of #6DBACA
Black with #6DBACA
Text Example
Text Example
White with #6DBACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBACA; }
p { color: rgb(109,186,202); }
H1.HeaderClassName
{
color: #6DBACA;
}
.AnyTagClassName
{
color: #6DBACA;
}
</style>
background-color css
<style>
a { background-color: #6DBACA; }
a { background-color: rgb(109,186,202); }
div.DivClassName
{
background-color: #6DBACA;
}
.BgClassName
{
background-color: #6DBACA;
}
</style>
border-color css
<style>
span { border-color: #6DBACA; }
span { border-color: rgb(109,186,202); }
td.TdClassName
{
border-color: #6DBACA;
}
.TagClassName
{
border-color: #6DBACA;
}
</style>