Shades of Seagull #6EBECF
Tints of Seagull #6EBECF
RGB
CMYK
RGB Variations
Color information
#6EBECF (or 0x6EBECF) is known color: Seagull. HEX triplet: 6E, BE and CF. RGB value is (110,190,207). Sum of RGB (Red+Green+Blue) = 110+190+207=507 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.70% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #6EBECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBECF is #914130. Grayscale: #A7A7A7. Windows color (decimal): -9519409 or 13614702. OLE color: 13614702.
HSL color Cylindrical-coordinate representation of color #6EBECF: hue angle of 190.52º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6EBECF is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 190 | 207 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.19 |
| HSL | 190.52º | 0.5% | 0.62% | - |
| HSV(B) | 190.52º | 0.47% | 0.81% | - |
| XYZ | 36.11 | 44.65 | 65.75 | - |
| YUV | 168.02 | 150 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 190 | 207 | 0.47 | 0.08 | 0 | 0.19 | 190.52 | 0.5 | 0.62 |
| Hex | 6E | BE | CF | 2F | 8 | 0 | 13 | BF | 32 | 3E |
| Octal | 156 | 276 | 317 | 57 | 10 | 0 | 23 | 277 | 62 | 76 |
| Binary | 1101110 | 10111110 | 11001111 | 101111 | 1000 | 0 | 10011 | 10111111 | 110010 | 111110 |
Color Harmonies of #6EBECF
Complementary color
Monochromatic Colors of #6EBECF
Black with #6EBECF
Text Example
Text Example
White with #6EBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBECF; }
p { color: rgb(110,190,207); }
H1.HeaderClassName
{
color: #6EBECF;
}
.AnyTagClassName
{
color: #6EBECF;
}
</style>
background-color css
<style>
a { background-color: #6EBECF; }
a { background-color: rgb(110,190,207); }
div.DivClassName
{
background-color: #6EBECF;
}
.BgClassName
{
background-color: #6EBECF;
}
</style>
border-color css
<style>
span { border-color: #6EBECF; }
span { border-color: rgb(110,190,207); }
td.TdClassName
{
border-color: #6EBECF;
}
.TagClassName
{
border-color: #6EBECF;
}
</style>