Shades of Seagull #6DB0CE
Tints of Seagull #6DB0CE
RGB
CMYK
RGB Variations
Color information
#6DB0CE (or 0x6DB0CE) is known color: Seagull. HEX triplet: 6D, B0 and CE. RGB value is (109,176,206). Sum of RGB (Red+Green+Blue) = 109+176+206=491 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.20% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #6DB0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB0CE is #924F31. Grayscale: #9F9F9F. Windows color (decimal): -9588530 or 13545581. OLE color: 13545581.
HSL color Cylindrical-coordinate representation of color #6DB0CE: hue angle of 198.56º degrees, saturation: 0.5, 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 #6DB0CE is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 176 | 206 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.19 |
| HSL | 198.56º | 0.5% | 0.62% | - |
| HSV(B) | 198.56º | 0.47% | 0.81% | - |
| XYZ | 32.97 | 38.76 | 64.14 | - |
| YUV | 159.39 | 154.3 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 176 | 206 | 0.47 | 0.15 | 0 | 0.19 | 198.56 | 0.5 | 0.62 |
| Hex | 6D | B0 | CE | 2F | F | 0 | 13 | C7 | 32 | 3E |
| Octal | 155 | 260 | 316 | 57 | 17 | 0 | 23 | 307 | 62 | 76 |
| Binary | 1101101 | 10110000 | 11001110 | 101111 | 1111 | 0 | 10011 | 11000111 | 110010 | 111110 |
Color Harmonies of #6DB0CE
Complementary color
Monochromatic Colors of #6DB0CE
Black with #6DB0CE
Text Example
Text Example
White with #6DB0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB0CE; }
p { color: rgb(109,176,206); }
H1.HeaderClassName
{
color: #6DB0CE;
}
.AnyTagClassName
{
color: #6DB0CE;
}
</style>
background-color css
<style>
a { background-color: #6DB0CE; }
a { background-color: rgb(109,176,206); }
div.DivClassName
{
background-color: #6DB0CE;
}
.BgClassName
{
background-color: #6DB0CE;
}
</style>
border-color css
<style>
span { border-color: #6DB0CE; }
span { border-color: rgb(109,176,206); }
td.TdClassName
{
border-color: #6DB0CE;
}
.TagClassName
{
border-color: #6DB0CE;
}
</style>