Shades of Seagull #6DAAD1
Tints of Seagull #6DAAD1
RGB
CMYK
RGB Variations
Color information
#6DAAD1 (or 0x6DAAD1) is known color: Seagull. HEX triplet: 6D, AA and D1. RGB value is (109,170,209). Sum of RGB (Red+Green+Blue) = 109+170+209=488 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.34% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #6DAAD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAAD1 is #92552E. Grayscale: #9B9B9B. Windows color (decimal): -9590063 or 13740653. OLE color: 13740653.
HSL color Cylindrical-coordinate representation of color #6DAAD1: hue angle of 203.4º degrees, saturation: 0.52, 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 #6DAAD1 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 170 | 209 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.18 |
| HSL | 203.4º | 0.52% | 0.62% | - |
| HSV(B) | 203.4º | 0.48% | 0.82% | - |
| XYZ | 32.19 | 36.6 | 65.69 | - |
| YUV | 156.21 | 157.79 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 170 | 209 | 0.48 | 0.19 | 0 | 0.18 | 203.4 | 0.52 | 0.62 |
| Hex | 6D | AA | D1 | 30 | 13 | 0 | 12 | CB | 34 | 3E |
| Octal | 155 | 252 | 321 | 60 | 23 | 0 | 22 | 313 | 64 | 76 |
| Binary | 1101101 | 10101010 | 11010001 | 110000 | 10011 | 0 | 10010 | 11001011 | 110100 | 111110 |
Color Harmonies of #6DAAD1
Complementary color
Monochromatic Colors of #6DAAD1
Black with #6DAAD1
Text Example
Text Example
White with #6DAAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAAD1; }
p { color: rgb(109,170,209); }
H1.HeaderClassName
{
color: #6DAAD1;
}
.AnyTagClassName
{
color: #6DAAD1;
}
</style>
background-color css
<style>
a { background-color: #6DAAD1; }
a { background-color: rgb(109,170,209); }
div.DivClassName
{
background-color: #6DAAD1;
}
.BgClassName
{
background-color: #6DAAD1;
}
</style>
border-color css
<style>
span { border-color: #6DAAD1; }
span { border-color: rgb(109,170,209); }
td.TdClassName
{
border-color: #6DAAD1;
}
.TagClassName
{
border-color: #6DAAD1;
}
</style>