Shades of Seagull #6DBED0
Tints of Seagull #6DBED0
RGB
CMYK
RGB Variations
Color information
#6DBED0 (or 0x6DBED0) is known color: Seagull. HEX triplet: 6D, BE and D0. RGB value is (109,190,208). Sum of RGB (Red+Green+Blue) = 109+190+208=507 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.50% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #6DBED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBED0 is #92412F. Grayscale: #A7A7A7. Windows color (decimal): -9584944 or 13680237. OLE color: 13680237.
HSL color Cylindrical-coordinate representation of color #6DBED0: hue angle of 190.91º 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 #6DBED0 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 190 | 208 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.18 |
| HSL | 190.91º | 0.51% | 0.62% | - |
| HSV(B) | 190.91º | 0.48% | 0.82% | - |
| XYZ | 36.11 | 44.63 | 66.39 | - |
| YUV | 167.83 | 150.66 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 190 | 208 | 0.48 | 0.09 | 0 | 0.18 | 190.91 | 0.51 | 0.62 |
| Hex | 6D | BE | D0 | 30 | 9 | 0 | 12 | BF | 33 | 3E |
| Octal | 155 | 276 | 320 | 60 | 11 | 0 | 22 | 277 | 63 | 76 |
| Binary | 1101101 | 10111110 | 11010000 | 110000 | 1001 | 0 | 10010 | 10111111 | 110011 | 111110 |
Color Harmonies of #6DBED0
Complementary color
Monochromatic Colors of #6DBED0
Black with #6DBED0
Text Example
Text Example
White with #6DBED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBED0; }
p { color: rgb(109,190,208); }
H1.HeaderClassName
{
color: #6DBED0;
}
.AnyTagClassName
{
color: #6DBED0;
}
</style>
background-color css
<style>
a { background-color: #6DBED0; }
a { background-color: rgb(109,190,208); }
div.DivClassName
{
background-color: #6DBED0;
}
.BgClassName
{
background-color: #6DBED0;
}
</style>
border-color css
<style>
span { border-color: #6DBED0; }
span { border-color: rgb(109,190,208); }
td.TdClassName
{
border-color: #6DBED0;
}
.TagClassName
{
border-color: #6DBED0;
}
</style>