Shades of Seagull #6EB0CA
Tints of Seagull #6EB0CA
RGB
CMYK
RGB Variations
Color information
#6EB0CA (or 0x6EB0CA) is known color: Seagull. HEX triplet: 6E, B0 and CA. RGB value is (110,176,202). Sum of RGB (Red+Green+Blue) = 110+176+202=488 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.54% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #6EB0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB0CA is #914F35. Grayscale: #9F9F9F. Windows color (decimal): -9522998 or 13283438. OLE color: 13283438.
HSL color Cylindrical-coordinate representation of color #6EB0CA: hue angle of 196.96º 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 #6EB0CA is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 176 | 202 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.21 |
| HSL | 196.96º | 0.46% | 0.61% | - |
| HSV(B) | 196.96º | 0.46% | 0.79% | - |
| XYZ | 32.62 | 38.63 | 61.61 | - |
| YUV | 159.23 | 152.13 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 176 | 202 | 0.46 | 0.13 | 0 | 0.21 | 196.96 | 0.46 | 0.61 |
| Hex | 6E | B0 | CA | 2E | D | 0 | 15 | C5 | 2E | 3D |
| Octal | 156 | 260 | 312 | 56 | 15 | 0 | 25 | 305 | 56 | 75 |
| Binary | 1101110 | 10110000 | 11001010 | 101110 | 1101 | 0 | 10101 | 11000101 | 101110 | 111101 |
Color Harmonies of #6EB0CA
Complementary color
Monochromatic Colors of #6EB0CA
Black with #6EB0CA
Text Example
Text Example
White with #6EB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB0CA; }
p { color: rgb(110,176,202); }
H1.HeaderClassName
{
color: #6EB0CA;
}
.AnyTagClassName
{
color: #6EB0CA;
}
</style>
background-color css
<style>
a { background-color: #6EB0CA; }
a { background-color: rgb(110,176,202); }
div.DivClassName
{
background-color: #6EB0CA;
}
.BgClassName
{
background-color: #6EB0CA;
}
</style>
border-color css
<style>
span { border-color: #6EB0CA; }
span { border-color: rgb(110,176,202); }
td.TdClassName
{
border-color: #6EB0CA;
}
.TagClassName
{
border-color: #6EB0CA;
}
</style>