Shades of Seagull #6DADD2
Tints of Seagull #6DADD2
RGB
CMYK
RGB Variations
Color information
#6DADD2 (or 0x6DADD2) is known color: Seagull. HEX triplet: 6D, AD and D2. RGB value is (109,173,210). Sum of RGB (Red+Green+Blue) = 109+173+210=492 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.15% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 210 - color contains mainly: blue. Hex color #6DADD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DADD2 is #92522D. Grayscale: #9D9D9D. Windows color (decimal): -9589294 or 13806957. OLE color: 13806957.
HSL color Cylindrical-coordinate representation of color #6DADD2: hue angle of 201.98º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DADD2 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 173 | 210 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.18 |
| HSL | 201.98º | 0.53% | 0.63% | - |
| HSV(B) | 201.98º | 0.48% | 0.82% | - |
| XYZ | 32.88 | 37.79 | 66.53 | - |
| YUV | 158.08 | 157.3 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 173 | 210 | 0.48 | 0.18 | 0 | 0.18 | 201.98 | 0.53 | 0.63 |
| Hex | 6D | AD | D2 | 30 | 12 | 0 | 12 | CA | 35 | 3F |
| Octal | 155 | 255 | 322 | 60 | 22 | 0 | 22 | 312 | 65 | 77 |
| Binary | 1101101 | 10101101 | 11010010 | 110000 | 10010 | 0 | 10010 | 11001010 | 110101 | 111111 |
Color Harmonies of #6DADD2
Complementary color
Monochromatic Colors of #6DADD2
Black with #6DADD2
Text Example
Text Example
White with #6DADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DADD2; }
p { color: rgb(109,173,210); }
H1.HeaderClassName
{
color: #6DADD2;
}
.AnyTagClassName
{
color: #6DADD2;
}
</style>
background-color css
<style>
a { background-color: #6DADD2; }
a { background-color: rgb(109,173,210); }
div.DivClassName
{
background-color: #6DADD2;
}
.BgClassName
{
background-color: #6DADD2;
}
</style>
border-color css
<style>
span { border-color: #6DADD2; }
span { border-color: rgb(109,173,210); }
td.TdClassName
{
border-color: #6DADD2;
}
.TagClassName
{
border-color: #6DADD2;
}
</style>