Shades of Seagull #6DA9D0
Tints of Seagull #6DA9D0
RGB
CMYK
RGB Variations
Color information
#6DA9D0 (or 0x6DA9D0) is known color: Seagull. HEX triplet: 6D, A9 and D0. RGB value is (109,169,208). Sum of RGB (Red+Green+Blue) = 109+169+208=486 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.43% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #6DA9D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA9D0 is #92562F. Grayscale: #9B9B9B. Windows color (decimal): -9590320 or 13674861. OLE color: 13674861.
HSL color Cylindrical-coordinate representation of color #6DA9D0: hue angle of 203.64º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DA9D0 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 169 | 208 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.18 |
| HSL | 203.64º | 0.51% | 0.62% | - |
| HSV(B) | 203.64º | 0.48% | 0.82% | - |
| XYZ | 31.88 | 36.18 | 64.98 | - |
| YUV | 155.51 | 157.62 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 169 | 208 | 0.48 | 0.19 | 0 | 0.18 | 203.64 | 0.51 | 0.62 |
| Hex | 6D | A9 | D0 | 30 | 13 | 0 | 12 | CC | 33 | 3E |
| Octal | 155 | 251 | 320 | 60 | 23 | 0 | 22 | 314 | 63 | 76 |
| Binary | 1101101 | 10101001 | 11010000 | 110000 | 10011 | 0 | 10010 | 11001100 | 110011 | 111110 |
Color Harmonies of #6DA9D0
Complementary color
Monochromatic Colors of #6DA9D0
Black with #6DA9D0
Text Example
Text Example
White with #6DA9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA9D0; }
p { color: rgb(109,169,208); }
H1.HeaderClassName
{
color: #6DA9D0;
}
.AnyTagClassName
{
color: #6DA9D0;
}
</style>
background-color css
<style>
a { background-color: #6DA9D0; }
a { background-color: rgb(109,169,208); }
div.DivClassName
{
background-color: #6DA9D0;
}
.BgClassName
{
background-color: #6DA9D0;
}
</style>
border-color css
<style>
span { border-color: #6DA9D0; }
span { border-color: rgb(109,169,208); }
td.TdClassName
{
border-color: #6DA9D0;
}
.TagClassName
{
border-color: #6DA9D0;
}
</style>