Shades of Seagull #6DBCCF
Tints of Seagull #6DBCCF
RGB
CMYK
RGB Variations
Color information
#6DBCCF (or 0x6DBCCF) is known color: Seagull. HEX triplet: 6D, BC and CF. RGB value is (109,188,207). Sum of RGB (Red+Green+Blue) = 109+188+207=504 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.63% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #6DBCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBCCF is #924330. Grayscale: #A6A6A6. Windows color (decimal): -9585457 or 13614189. OLE color: 13614189.
HSL color Cylindrical-coordinate representation of color #6DBCCF: hue angle of 191.63º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DBCCF is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 188 | 207 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.19 |
| HSL | 191.63º | 0.51% | 0.62% | - |
| HSV(B) | 191.63º | 0.47% | 0.81% | - |
| XYZ | 35.55 | 43.72 | 65.6 | - |
| YUV | 166.55 | 150.83 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 207 | 0.47 | 0.09 | 0 | 0.19 | 191.63 | 0.51 | 0.62 |
| Hex | 6D | BC | CF | 2F | 9 | 0 | 13 | C0 | 33 | 3E |
| Octal | 155 | 274 | 317 | 57 | 11 | 0 | 23 | 300 | 63 | 76 |
| Binary | 1101101 | 10111100 | 11001111 | 101111 | 1001 | 0 | 10011 | 11000000 | 110011 | 111110 |
Color Harmonies of #6DBCCF
Complementary color
Monochromatic Colors of #6DBCCF
Black with #6DBCCF
Text Example
Text Example
White with #6DBCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBCCF; }
p { color: rgb(109,188,207); }
H1.HeaderClassName
{
color: #6DBCCF;
}
.AnyTagClassName
{
color: #6DBCCF;
}
</style>
background-color css
<style>
a { background-color: #6DBCCF; }
a { background-color: rgb(109,188,207); }
div.DivClassName
{
background-color: #6DBCCF;
}
.BgClassName
{
background-color: #6DBCCF;
}
</style>
border-color css
<style>
span { border-color: #6DBCCF; }
span { border-color: rgb(109,188,207); }
td.TdClassName
{
border-color: #6DBCCF;
}
.TagClassName
{
border-color: #6DBCCF;
}
</style>