Shades of Seagull #6DB0C9
Tints of Seagull #6DB0C9
RGB
CMYK
RGB Variations
Color information
#6DB0C9 (or 0x6DB0C9) is known color: Seagull. HEX triplet: 6D, B0 and C9. RGB value is (109,176,201). Sum of RGB (Red+Green+Blue) = 109+176+201=486 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.43% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #6DB0C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB0C9 is #924F36. Grayscale: #9E9E9E. Windows color (decimal): -9588535 or 13217901. OLE color: 13217901.
HSL color Cylindrical-coordinate representation of color #6DB0C9: hue angle of 196.3º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DB0C9 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 176 | 201 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.21 |
| HSL | 196.3º | 0.46% | 0.61% | - |
| HSV(B) | 196.3º | 0.46% | 0.79% | - |
| XYZ | 32.37 | 38.52 | 60.99 | - |
| YUV | 158.82 | 151.8 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 176 | 201 | 0.46 | 0.12 | 0 | 0.21 | 196.3 | 0.46 | 0.61 |
| Hex | 6D | B0 | C9 | 2E | C | 0 | 15 | C4 | 2E | 3D |
| Octal | 155 | 260 | 311 | 56 | 14 | 0 | 25 | 304 | 56 | 75 |
| Binary | 1101101 | 10110000 | 11001001 | 101110 | 1100 | 0 | 10101 | 11000100 | 101110 | 111101 |
Color Harmonies of #6DB0C9
Complementary color
Monochromatic Colors of #6DB0C9
Black with #6DB0C9
Text Example
Text Example
White with #6DB0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB0C9; }
p { color: rgb(109,176,201); }
H1.HeaderClassName
{
color: #6DB0C9;
}
.AnyTagClassName
{
color: #6DB0C9;
}
</style>
background-color css
<style>
a { background-color: #6DB0C9; }
a { background-color: rgb(109,176,201); }
div.DivClassName
{
background-color: #6DB0C9;
}
.BgClassName
{
background-color: #6DB0C9;
}
</style>
border-color css
<style>
span { border-color: #6DB0C9; }
span { border-color: rgb(109,176,201); }
td.TdClassName
{
border-color: #6DB0C9;
}
.TagClassName
{
border-color: #6DB0C9;
}
</style>