Shades of Seagull #6DBBD0
Tints of Seagull #6DBBD0
RGB
CMYK
RGB Variations
Color information
#6DBBD0 (or 0x6DBBD0) is known color: Seagull. HEX triplet: 6D, BB and D0. RGB value is (109,187,208). Sum of RGB (Red+Green+Blue) = 109+187+208=504 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.63% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #6DBBD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBBD0 is #92442F. Grayscale: #A5A5A5. Windows color (decimal): -9585712 or 13679469. OLE color: 13679469.
HSL color Cylindrical-coordinate representation of color #6DBBD0: hue angle of 192.73º 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 #6DBBD0 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 187 | 208 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.18 |
| HSL | 192.73º | 0.51% | 0.62% | - |
| HSV(B) | 192.73º | 0.48% | 0.82% | - |
| XYZ | 35.46 | 43.35 | 66.17 | - |
| YUV | 166.07 | 151.66 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 208 | 0.48 | 0.10 | 0 | 0.18 | 192.73 | 0.51 | 0.62 |
| Hex | 6D | BB | D0 | 30 | A | 0 | 12 | C1 | 33 | 3E |
| Octal | 155 | 273 | 320 | 60 | 12 | 0 | 22 | 301 | 63 | 76 |
| Binary | 1101101 | 10111011 | 11010000 | 110000 | 1010 | 0 | 10010 | 11000001 | 110011 | 111110 |
Color Harmonies of #6DBBD0
Complementary color
Monochromatic Colors of #6DBBD0
Black with #6DBBD0
Text Example
Text Example
White with #6DBBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBBD0; }
p { color: rgb(109,187,208); }
H1.HeaderClassName
{
color: #6DBBD0;
}
.AnyTagClassName
{
color: #6DBBD0;
}
</style>
background-color css
<style>
a { background-color: #6DBBD0; }
a { background-color: rgb(109,187,208); }
div.DivClassName
{
background-color: #6DBBD0;
}
.BgClassName
{
background-color: #6DBBD0;
}
</style>
border-color css
<style>
span { border-color: #6DBBD0; }
span { border-color: rgb(109,187,208); }
td.TdClassName
{
border-color: #6DBBD0;
}
.TagClassName
{
border-color: #6DBBD0;
}
</style>