Shades of Seagull #6EC3D5
Tints of Seagull #6EC3D5
RGB
CMYK
RGB Variations
Color information
#6EC3D5 (or 0x6EC3D5) is known color: Seagull. HEX triplet: 6E, C3 and D5. RGB value is (110,195,213). Sum of RGB (Red+Green+Blue) = 110+195+213=518 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.24% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #6EC3D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC3D5 is #913C2A. Grayscale: #ABABAB. Windows color (decimal): -9518123 or 14009198. OLE color: 14009198.
HSL color Cylindrical-coordinate representation of color #6EC3D5: hue angle of 190.49º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6EC3D5 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 195 | 213 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.16 |
| HSL | 190.49º | 0.55% | 0.63% | - |
| HSV(B) | 190.49º | 0.48% | 0.84% | - |
| XYZ | 37.96 | 47.15 | 70.05 | - |
| YUV | 171.64 | 151.34 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 195 | 213 | 0.48 | 0.08 | 0 | 0.16 | 190.49 | 0.55 | 0.63 |
| Hex | 6E | C3 | D5 | 30 | 8 | 0 | 10 | BE | 37 | 3F |
| Octal | 156 | 303 | 325 | 60 | 10 | 0 | 20 | 276 | 67 | 77 |
| Binary | 1101110 | 11000011 | 11010101 | 110000 | 1000 | 0 | 10000 | 10111110 | 110111 | 111111 |
Color Harmonies of #6EC3D5
Complementary color
Monochromatic Colors of #6EC3D5
Black with #6EC3D5
Text Example
Text Example
White with #6EC3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC3D5; }
p { color: rgb(110,195,213); }
H1.HeaderClassName
{
color: #6EC3D5;
}
.AnyTagClassName
{
color: #6EC3D5;
}
</style>
background-color css
<style>
a { background-color: #6EC3D5; }
a { background-color: rgb(110,195,213); }
div.DivClassName
{
background-color: #6EC3D5;
}
.BgClassName
{
background-color: #6EC3D5;
}
</style>
border-color css
<style>
span { border-color: #6EC3D5; }
span { border-color: rgb(110,195,213); }
td.TdClassName
{
border-color: #6EC3D5;
}
.TagClassName
{
border-color: #6EC3D5;
}
</style>