Shades of Seagull #6DB9D0
Tints of Seagull #6DB9D0
RGB
CMYK
RGB Variations
Color information
#6DB9D0 (or 0x6DB9D0) is known color: Seagull. HEX triplet: 6D, B9 and D0. RGB value is (109,185,208). Sum of RGB (Red+Green+Blue) = 109+185+208=502 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.71% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #6DB9D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB9D0 is #92462F. Grayscale: #A4A4A4. Windows color (decimal): -9586224 or 13678957. OLE color: 13678957.
HSL color Cylindrical-coordinate representation of color #6DB9D0: hue angle of 193.94º degrees, saturation: 0.51, 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 #6DB9D0 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 185 | 208 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.18 |
| HSL | 193.94º | 0.51% | 0.62% | - |
| HSV(B) | 193.94º | 0.48% | 0.82% | - |
| XYZ | 35.04 | 42.5 | 66.03 | - |
| YUV | 164.9 | 152.32 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 185 | 208 | 0.48 | 0.11 | 0 | 0.18 | 193.94 | 0.51 | 0.62 |
| Hex | 6D | B9 | D0 | 30 | B | 0 | 12 | C2 | 33 | 3E |
| Octal | 155 | 271 | 320 | 60 | 13 | 0 | 22 | 302 | 63 | 76 |
| Binary | 1101101 | 10111001 | 11010000 | 110000 | 1011 | 0 | 10010 | 11000010 | 110011 | 111110 |
Color Harmonies of #6DB9D0
Complementary color
Monochromatic Colors of #6DB9D0
Black with #6DB9D0
Text Example
Text Example
White with #6DB9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB9D0; }
p { color: rgb(109,185,208); }
H1.HeaderClassName
{
color: #6DB9D0;
}
.AnyTagClassName
{
color: #6DB9D0;
}
</style>
background-color css
<style>
a { background-color: #6DB9D0; }
a { background-color: rgb(109,185,208); }
div.DivClassName
{
background-color: #6DB9D0;
}
.BgClassName
{
background-color: #6DB9D0;
}
</style>
border-color css
<style>
span { border-color: #6DB9D0; }
span { border-color: rgb(109,185,208); }
td.TdClassName
{
border-color: #6DB9D0;
}
.TagClassName
{
border-color: #6DB9D0;
}
</style>