Shades of Seagull #6EB4CF
Tints of Seagull #6EB4CF
RGB
CMYK
RGB Variations
Color information
#6EB4CF (or 0x6EB4CF) is known color: Seagull. HEX triplet: 6E, B4 and CF. RGB value is (110,180,207). Sum of RGB (Red+Green+Blue) = 110+180+207=497 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.13% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #6EB4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB4CF is #914B30. Grayscale: #A1A1A1. Windows color (decimal): -9521969 or 13612142. OLE color: 13612142.
HSL color Cylindrical-coordinate representation of color #6EB4CF: hue angle of 196.7º 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 #6EB4CF is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 180 | 207 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.19 |
| HSL | 196.7º | 0.5% | 0.62% | - |
| HSV(B) | 196.7º | 0.47% | 0.81% | - |
| XYZ | 34.01 | 40.46 | 65.05 | - |
| YUV | 162.15 | 153.31 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 180 | 207 | 0.47 | 0.13 | 0 | 0.19 | 196.7 | 0.5 | 0.62 |
| Hex | 6E | B4 | CF | 2F | D | 0 | 13 | C5 | 32 | 3E |
| Octal | 156 | 264 | 317 | 57 | 15 | 0 | 23 | 305 | 62 | 76 |
| Binary | 1101110 | 10110100 | 11001111 | 101111 | 1101 | 0 | 10011 | 11000101 | 110010 | 111110 |
Color Harmonies of #6EB4CF
Complementary color
Monochromatic Colors of #6EB4CF
Black with #6EB4CF
Text Example
Text Example
White with #6EB4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB4CF; }
p { color: rgb(110,180,207); }
H1.HeaderClassName
{
color: #6EB4CF;
}
.AnyTagClassName
{
color: #6EB4CF;
}
</style>
background-color css
<style>
a { background-color: #6EB4CF; }
a { background-color: rgb(110,180,207); }
div.DivClassName
{
background-color: #6EB4CF;
}
.BgClassName
{
background-color: #6EB4CF;
}
</style>
border-color css
<style>
span { border-color: #6EB4CF; }
span { border-color: rgb(110,180,207); }
td.TdClassName
{
border-color: #6EB4CF;
}
.TagClassName
{
border-color: #6EB4CF;
}
</style>