Shades of Seagull #6DAEC9
Tints of Seagull #6DAEC9
RGB
CMYK
RGB Variations
Color information
#6DAEC9 (or 0x6DAEC9) is known color: Seagull. HEX triplet: 6D, AE and C9. RGB value is (109,174,201). Sum of RGB (Red+Green+Blue) = 109+174+201=484 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.52% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 201 - color contains mainly: blue. Hex color #6DAEC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAEC9 is #925136. Grayscale: #9D9D9D. Windows color (decimal): -9589047 or 13217389. OLE color: 13217389.
HSL color Cylindrical-coordinate representation of color #6DAEC9: hue angle of 197.61º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DAEC9 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 174 | 201 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.21 |
| HSL | 197.61º | 0.46% | 0.61% | - |
| HSV(B) | 197.61º | 0.46% | 0.79% | - |
| XYZ | 31.99 | 37.74 | 60.86 | - |
| YUV | 157.64 | 152.47 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 201 | 0.46 | 0.13 | 0 | 0.21 | 197.61 | 0.46 | 0.61 |
| Hex | 6D | AE | C9 | 2E | D | 0 | 15 | C6 | 2E | 3D |
| Octal | 155 | 256 | 311 | 56 | 15 | 0 | 25 | 306 | 56 | 75 |
| Binary | 1101101 | 10101110 | 11001001 | 101110 | 1101 | 0 | 10101 | 11000110 | 101110 | 111101 |
Color Harmonies of #6DAEC9
Complementary color
Monochromatic Colors of #6DAEC9
Black with #6DAEC9
Text Example
Text Example
White with #6DAEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAEC9; }
p { color: rgb(109,174,201); }
H1.HeaderClassName
{
color: #6DAEC9;
}
.AnyTagClassName
{
color: #6DAEC9;
}
</style>
background-color css
<style>
a { background-color: #6DAEC9; }
a { background-color: rgb(109,174,201); }
div.DivClassName
{
background-color: #6DAEC9;
}
.BgClassName
{
background-color: #6DAEC9;
}
</style>
border-color css
<style>
span { border-color: #6DAEC9; }
span { border-color: rgb(109,174,201); }
td.TdClassName
{
border-color: #6DAEC9;
}
.TagClassName
{
border-color: #6DAEC9;
}
</style>