Shades of Seagull #6EBFCD
Tints of Seagull #6EBFCD
RGB
CMYK
RGB Variations
Color information
#6EBFCD (or 0x6EBFCD) is known color: Seagull. HEX triplet: 6E, BF and CD. RGB value is (110,191,205). Sum of RGB (Red+Green+Blue) = 110+191+205=506 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.74% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EBFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBFCD is #914032. Grayscale: #A8A8A8. Windows color (decimal): -9519155 or 13483886. OLE color: 13483886.
HSL color Cylindrical-coordinate representation of color #6EBFCD: hue angle of 188.84º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EBFCD is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 191 | 205 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.20 |
| HSL | 188.84º | 0.49% | 0.62% | - |
| HSV(B) | 188.84º | 0.46% | 0.8% | - |
| XYZ | 36.08 | 44.98 | 64.54 | - |
| YUV | 168.38 | 148.66 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 191 | 205 | 0.46 | 0.07 | 0 | 0.20 | 188.84 | 0.49 | 0.62 |
| Hex | 6E | BF | CD | 2E | 7 | 0 | 14 | BD | 31 | 3E |
| Octal | 156 | 277 | 315 | 56 | 7 | 0 | 24 | 275 | 61 | 76 |
| Binary | 1101110 | 10111111 | 11001101 | 101110 | 111 | 0 | 10100 | 10111101 | 110001 | 111110 |
Color Harmonies of #6EBFCD
Complementary color
Monochromatic Colors of #6EBFCD
Black with #6EBFCD
Text Example
Text Example
White with #6EBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBFCD; }
p { color: rgb(110,191,205); }
H1.HeaderClassName
{
color: #6EBFCD;
}
.AnyTagClassName
{
color: #6EBFCD;
}
</style>
background-color css
<style>
a { background-color: #6EBFCD; }
a { background-color: rgb(110,191,205); }
div.DivClassName
{
background-color: #6EBFCD;
}
.BgClassName
{
background-color: #6EBFCD;
}
</style>
border-color css
<style>
span { border-color: #6EBFCD; }
span { border-color: rgb(110,191,205); }
td.TdClassName
{
border-color: #6EBFCD;
}
.TagClassName
{
border-color: #6EBFCD;
}
</style>