Shades of Seagull #6DADCF
Tints of Seagull #6DADCF
RGB
CMYK
RGB Variations
Color information
#6DADCF (or 0x6DADCF) is known color: Seagull. HEX triplet: 6D, AD and CF. RGB value is (109,173,207). Sum of RGB (Red+Green+Blue) = 109+173+207=489 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.29% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #6DADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DADCF is #925230. Grayscale: #9D9D9D. Windows color (decimal): -9589297 or 13610349. OLE color: 13610349.
HSL color Cylindrical-coordinate representation of color #6DADCF: hue angle of 200.82º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DADCF is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 173 | 207 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.19 |
| HSL | 200.82º | 0.51% | 0.62% | - |
| HSV(B) | 200.82º | 0.47% | 0.81% | - |
| XYZ | 32.51 | 37.64 | 64.58 | - |
| YUV | 157.74 | 155.8 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 173 | 207 | 0.47 | 0.16 | 0 | 0.19 | 200.82 | 0.51 | 0.62 |
| Hex | 6D | AD | CF | 2F | 10 | 0 | 13 | C9 | 33 | 3E |
| Octal | 155 | 255 | 317 | 57 | 20 | 0 | 23 | 311 | 63 | 76 |
| Binary | 1101101 | 10101101 | 11001111 | 101111 | 10000 | 0 | 10011 | 11001001 | 110011 | 111110 |
Color Harmonies of #6DADCF
Complementary color
Monochromatic Colors of #6DADCF
Black with #6DADCF
Text Example
Text Example
White with #6DADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DADCF; }
p { color: rgb(109,173,207); }
H1.HeaderClassName
{
color: #6DADCF;
}
.AnyTagClassName
{
color: #6DADCF;
}
</style>
background-color css
<style>
a { background-color: #6DADCF; }
a { background-color: rgb(109,173,207); }
div.DivClassName
{
background-color: #6DADCF;
}
.BgClassName
{
background-color: #6DADCF;
}
</style>
border-color css
<style>
span { border-color: #6DADCF; }
span { border-color: rgb(109,173,207); }
td.TdClassName
{
border-color: #6DADCF;
}
.TagClassName
{
border-color: #6DADCF;
}
</style>