Shades of Seagull #6DADD3
Tints of Seagull #6DADD3
RGB
CMYK
RGB Variations
Color information
#6DADD3 (or 0x6DADD3) is known color: Seagull. HEX triplet: 6D, AD and D3. RGB value is (109,173,211). Sum of RGB (Red+Green+Blue) = 109+173+211=493 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.11% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 211 (82.81% from 255 or 42.80% from 493); Max value from RGB is 211 - color contains mainly: blue. Hex color #6DADD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DADD3 is #92522C. Grayscale: #9D9D9D. Windows color (decimal): -9589293 or 13872493. OLE color: 13872493.
HSL color Cylindrical-coordinate representation of color #6DADD3: hue angle of 202.35º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DADD3 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 109 | 173 | 211 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.17 |
| HSL | 202.35º | 0.54% | 0.63% | - |
| HSV(B) | 202.35º | 0.48% | 0.83% | - |
| XYZ | 33.01 | 37.84 | 67.19 | - |
| YUV | 158.2 | 157.8 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 173 | 211 | 0.48 | 0.18 | 0 | 0.17 | 202.35 | 0.54 | 0.63 |
| Hex | 6D | AD | D3 | 30 | 12 | 0 | 11 | CA | 36 | 3F |
| Octal | 155 | 255 | 323 | 60 | 22 | 0 | 21 | 312 | 66 | 77 |
| Binary | 1101101 | 10101101 | 11010011 | 110000 | 10010 | 0 | 10001 | 11001010 | 110110 | 111111 |
Color Harmonies of #6DADD3
Complementary color
Monochromatic Colors of #6DADD3
Black with #6DADD3
Text Example
Text Example
White with #6DADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DADD3; }
p { color: rgb(109,173,211); }
H1.HeaderClassName
{
color: #6DADD3;
}
.AnyTagClassName
{
color: #6DADD3;
}
</style>
background-color css
<style>
a { background-color: #6DADD3; }
a { background-color: rgb(109,173,211); }
div.DivClassName
{
background-color: #6DADD3;
}
.BgClassName
{
background-color: #6DADD3;
}
</style>
border-color css
<style>
span { border-color: #6DADD3; }
span { border-color: rgb(109,173,211); }
td.TdClassName
{
border-color: #6DADD3;
}
.TagClassName
{
border-color: #6DADD3;
}
</style>