Shades of Seagull #6EBEC9
Tints of Seagull #6EBEC9
RGB
CMYK
RGB Variations
Color information
#6EBEC9 (or 0x6EBEC9) is known color: Seagull. HEX triplet: 6E, BE and C9. RGB value is (110,190,201). Sum of RGB (Red+Green+Blue) = 110+190+201=501 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.96% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #6EBEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBEC9 is #914136. Grayscale: #A7A7A7. Windows color (decimal): -9519415 or 13221486. OLE color: 13221486.
HSL color Cylindrical-coordinate representation of color #6EBEC9: hue angle of 187.25º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6EBEC9 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 190 | 201 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.21 |
| HSL | 187.25º | 0.46% | 0.61% | - |
| HSV(B) | 187.25º | 0.45% | 0.79% | - |
| XYZ | 35.39 | 44.36 | 61.96 | - |
| YUV | 167.33 | 147 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 190 | 201 | 0.45 | 0.05 | 0 | 0.21 | 187.25 | 0.46 | 0.61 |
| Hex | 6E | BE | C9 | 2D | 5 | 0 | 15 | BB | 2E | 3D |
| Octal | 156 | 276 | 311 | 55 | 5 | 0 | 25 | 273 | 56 | 75 |
| Binary | 1101110 | 10111110 | 11001001 | 101101 | 101 | 0 | 10101 | 10111011 | 101110 | 111101 |
Color Harmonies of #6EBEC9
Complementary color
Monochromatic Colors of #6EBEC9
Black with #6EBEC9
Text Example
Text Example
White with #6EBEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBEC9; }
p { color: rgb(110,190,201); }
H1.HeaderClassName
{
color: #6EBEC9;
}
.AnyTagClassName
{
color: #6EBEC9;
}
</style>
background-color css
<style>
a { background-color: #6EBEC9; }
a { background-color: rgb(110,190,201); }
div.DivClassName
{
background-color: #6EBEC9;
}
.BgClassName
{
background-color: #6EBEC9;
}
</style>
border-color css
<style>
span { border-color: #6EBEC9; }
span { border-color: rgb(110,190,201); }
td.TdClassName
{
border-color: #6EBEC9;
}
.TagClassName
{
border-color: #6EBEC9;
}
</style>