Shades of Seagull #6EBFD2
Tints of Seagull #6EBFD2
RGB
CMYK
RGB Variations
Color information
#6EBFD2 (or 0x6EBFD2) is known color: Seagull. HEX triplet: 6E, BF and D2. RGB value is (110,191,210). Sum of RGB (Red+Green+Blue) = 110+191+210=511 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.53% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 210 - color contains mainly: blue. Hex color #6EBFD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBFD2 is #91402D. Grayscale: #A8A8A8. Windows color (decimal): -9519150 or 13811566. OLE color: 13811566.
HSL color Cylindrical-coordinate representation of color #6EBFD2: hue angle of 191.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6EBFD2 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 191 | 210 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.18 |
| HSL | 191.4º | 0.53% | 0.63% | - |
| HSV(B) | 191.4º | 0.48% | 0.82% | - |
| XYZ | 36.69 | 45.23 | 67.77 | - |
| YUV | 168.95 | 151.16 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 191 | 210 | 0.48 | 0.09 | 0 | 0.18 | 191.4 | 0.53 | 0.63 |
| Hex | 6E | BF | D2 | 30 | 9 | 0 | 12 | BF | 35 | 3F |
| Octal | 156 | 277 | 322 | 60 | 11 | 0 | 22 | 277 | 65 | 77 |
| Binary | 1101110 | 10111111 | 11010010 | 110000 | 1001 | 0 | 10010 | 10111111 | 110101 | 111111 |
Color Harmonies of #6EBFD2
Complementary color
Monochromatic Colors of #6EBFD2
Black with #6EBFD2
Text Example
Text Example
White with #6EBFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBFD2; }
p { color: rgb(110,191,210); }
H1.HeaderClassName
{
color: #6EBFD2;
}
.AnyTagClassName
{
color: #6EBFD2;
}
</style>
background-color css
<style>
a { background-color: #6EBFD2; }
a { background-color: rgb(110,191,210); }
div.DivClassName
{
background-color: #6EBFD2;
}
.BgClassName
{
background-color: #6EBFD2;
}
</style>
border-color css
<style>
span { border-color: #6EBFD2; }
span { border-color: rgb(110,191,210); }
td.TdClassName
{
border-color: #6EBFD2;
}
.TagClassName
{
border-color: #6EBFD2;
}
</style>