Shades of Seagull #6DBCD0
Tints of Seagull #6DBCD0
RGB
CMYK
RGB Variations
Color information
#6DBCD0 (or 0x6DBCD0) is known color: Seagull. HEX triplet: 6D, BC and D0. RGB value is (109,188,208). Sum of RGB (Red+Green+Blue) = 109+188+208=505 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.58% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #6DBCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBCD0 is #92432F. Grayscale: #A6A6A6. Windows color (decimal): -9585456 or 13679725. OLE color: 13679725.
HSL color Cylindrical-coordinate representation of color #6DBCD0: hue angle of 192.12º 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 #6DBCD0 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 188 | 208 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.18 |
| HSL | 192.12º | 0.51% | 0.62% | - |
| HSV(B) | 192.12º | 0.48% | 0.82% | - |
| XYZ | 35.68 | 43.77 | 66.24 | - |
| YUV | 166.66 | 151.33 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 208 | 0.48 | 0.10 | 0 | 0.18 | 192.12 | 0.51 | 0.62 |
| Hex | 6D | BC | D0 | 30 | A | 0 | 12 | C0 | 33 | 3E |
| Octal | 155 | 274 | 320 | 60 | 12 | 0 | 22 | 300 | 63 | 76 |
| Binary | 1101101 | 10111100 | 11010000 | 110000 | 1010 | 0 | 10010 | 11000000 | 110011 | 111110 |
Color Harmonies of #6DBCD0
Complementary color
Monochromatic Colors of #6DBCD0
Black with #6DBCD0
Text Example
Text Example
White with #6DBCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBCD0; }
p { color: rgb(109,188,208); }
H1.HeaderClassName
{
color: #6DBCD0;
}
.AnyTagClassName
{
color: #6DBCD0;
}
</style>
background-color css
<style>
a { background-color: #6DBCD0; }
a { background-color: rgb(109,188,208); }
div.DivClassName
{
background-color: #6DBCD0;
}
.BgClassName
{
background-color: #6DBCD0;
}
</style>
border-color css
<style>
span { border-color: #6DBCD0; }
span { border-color: rgb(109,188,208); }
td.TdClassName
{
border-color: #6DBCD0;
}
.TagClassName
{
border-color: #6DBCD0;
}
</style>