Shades of Seagull #6DADCC
Tints of Seagull #6DADCC
RGB
CMYK
RGB Variations
Color information
#6DADCC (or 0x6DADCC) is known color: Seagull. HEX triplet: 6D, AD and CC. RGB value is (109,173,204). Sum of RGB (Red+Green+Blue) = 109+173+204=486 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.43% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #6DADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DADCC is #925233. Grayscale: #9D9D9D. Windows color (decimal): -9589300 or 13413741. OLE color: 13413741.
HSL color Cylindrical-coordinate representation of color #6DADCC: hue angle of 199.58º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DADCC is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 173 | 204 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.2 |
| HSL | 199.58º | 0.48% | 0.61% | - |
| HSV(B) | 199.58º | 0.47% | 0.8% | - |
| XYZ | 32.15 | 37.5 | 62.67 | - |
| YUV | 157.4 | 154.3 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 173 | 204 | 0.47 | 0.15 | 0 | 0.2 | 199.58 | 0.48 | 0.61 |
| Hex | 6D | AD | CC | 2F | F | 0 | 14 | C8 | 30 | 3D |
| Octal | 155 | 255 | 314 | 57 | 17 | 0 | 24 | 310 | 60 | 75 |
| Binary | 1101101 | 10101101 | 11001100 | 101111 | 1111 | 0 | 10100 | 11001000 | 110000 | 111101 |
Color Harmonies of #6DADCC
Complementary color
Monochromatic Colors of #6DADCC
Black with #6DADCC
Text Example
Text Example
White with #6DADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DADCC; }
p { color: rgb(109,173,204); }
H1.HeaderClassName
{
color: #6DADCC;
}
.AnyTagClassName
{
color: #6DADCC;
}
</style>
background-color css
<style>
a { background-color: #6DADCC; }
a { background-color: rgb(109,173,204); }
div.DivClassName
{
background-color: #6DADCC;
}
.BgClassName
{
background-color: #6DADCC;
}
</style>
border-color css
<style>
span { border-color: #6DADCC; }
span { border-color: rgb(109,173,204); }
td.TdClassName
{
border-color: #6DADCC;
}
.TagClassName
{
border-color: #6DADCC;
}
</style>