Shades of Seagull #6EB8CA
Tints of Seagull #6EB8CA
RGB
CMYK
RGB Variations
Color information
#6EB8CA (or 0x6EB8CA) is known color: Seagull. HEX triplet: 6E, B8 and CA. RGB value is (110,184,202). Sum of RGB (Red+Green+Blue) = 110+184+202=496 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.18% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #6EB8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB8CA is #914735. Grayscale: #A3A3A3. Windows color (decimal): -9520950 or 13285486. OLE color: 13285486.
HSL color Cylindrical-coordinate representation of color #6EB8CA: hue angle of 191.74º 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 #6EB8CA is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 184 | 202 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.21 |
| HSL | 191.74º | 0.46% | 0.61% | - |
| HSV(B) | 191.74º | 0.46% | 0.79% | - |
| XYZ | 34.23 | 41.86 | 62.15 | - |
| YUV | 163.93 | 149.48 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 184 | 202 | 0.46 | 0.09 | 0 | 0.21 | 191.74 | 0.46 | 0.61 |
| Hex | 6E | B8 | CA | 2E | 9 | 0 | 15 | C0 | 2E | 3D |
| Octal | 156 | 270 | 312 | 56 | 11 | 0 | 25 | 300 | 56 | 75 |
| Binary | 1101110 | 10111000 | 11001010 | 101110 | 1001 | 0 | 10101 | 11000000 | 101110 | 111101 |
Color Harmonies of #6EB8CA
Complementary color
Monochromatic Colors of #6EB8CA
Black with #6EB8CA
Text Example
Text Example
White with #6EB8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB8CA; }
p { color: rgb(110,184,202); }
H1.HeaderClassName
{
color: #6EB8CA;
}
.AnyTagClassName
{
color: #6EB8CA;
}
</style>
background-color css
<style>
a { background-color: #6EB8CA; }
a { background-color: rgb(110,184,202); }
div.DivClassName
{
background-color: #6EB8CA;
}
.BgClassName
{
background-color: #6EB8CA;
}
</style>
border-color css
<style>
span { border-color: #6EB8CA; }
span { border-color: rgb(110,184,202); }
td.TdClassName
{
border-color: #6EB8CA;
}
.TagClassName
{
border-color: #6EB8CA;
}
</style>