Shades of Seagull #6EBDCA
Tints of Seagull #6EBDCA
RGB
CMYK
RGB Variations
Color information
#6EBDCA (or 0x6EBDCA) is known color: Seagull. HEX triplet: 6E, BD and CA. RGB value is (110,189,202). Sum of RGB (Red+Green+Blue) = 110+189+202=501 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.96% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #6EBDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBDCA is #914235. Grayscale: #A6A6A6. Windows color (decimal): -9519670 or 13286766. OLE color: 13286766.
HSL color Cylindrical-coordinate representation of color #6EBDCA: hue angle of 188.48º 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 #6EBDCA is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 189 | 202 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.21 |
| HSL | 188.48º | 0.46% | 0.61% | - |
| HSV(B) | 188.48º | 0.46% | 0.79% | - |
| XYZ | 35.29 | 43.97 | 62.51 | - |
| YUV | 166.86 | 147.83 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 189 | 202 | 0.46 | 0.06 | 0 | 0.21 | 188.48 | 0.46 | 0.61 |
| Hex | 6E | BD | CA | 2E | 6 | 0 | 15 | BC | 2E | 3D |
| Octal | 156 | 275 | 312 | 56 | 6 | 0 | 25 | 274 | 56 | 75 |
| Binary | 1101110 | 10111101 | 11001010 | 101110 | 110 | 0 | 10101 | 10111100 | 101110 | 111101 |
Color Harmonies of #6EBDCA
Complementary color
Monochromatic Colors of #6EBDCA
Black with #6EBDCA
Text Example
Text Example
White with #6EBDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBDCA; }
p { color: rgb(110,189,202); }
H1.HeaderClassName
{
color: #6EBDCA;
}
.AnyTagClassName
{
color: #6EBDCA;
}
</style>
background-color css
<style>
a { background-color: #6EBDCA; }
a { background-color: rgb(110,189,202); }
div.DivClassName
{
background-color: #6EBDCA;
}
.BgClassName
{
background-color: #6EBDCA;
}
</style>
border-color css
<style>
span { border-color: #6EBDCA; }
span { border-color: rgb(110,189,202); }
td.TdClassName
{
border-color: #6EBDCA;
}
.TagClassName
{
border-color: #6EBDCA;
}
</style>