Shades of Seagull #6DAFC9
Tints of Seagull #6DAFC9
RGB
CMYK
RGB Variations
Color information
#6DAFC9 (or 0x6DAFC9) is known color: Seagull. HEX triplet: 6D, AF and C9. RGB value is (109,175,201). Sum of RGB (Red+Green+Blue) = 109+175+201=485 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.47% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #6DAFC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFC9 is #925036. Grayscale: #9E9E9E. Windows color (decimal): -9588791 or 13217645. OLE color: 13217645.
HSL color Cylindrical-coordinate representation of color #6DAFC9: hue angle of 196.96º 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 #6DAFC9 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 175 | 201 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.21 |
| HSL | 196.96º | 0.46% | 0.61% | - |
| HSV(B) | 196.96º | 0.46% | 0.79% | - |
| XYZ | 32.18 | 38.13 | 60.92 | - |
| YUV | 158.23 | 152.13 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 201 | 0.46 | 0.13 | 0 | 0.21 | 196.96 | 0.46 | 0.61 |
| Hex | 6D | AF | C9 | 2E | D | 0 | 15 | C5 | 2E | 3D |
| Octal | 155 | 257 | 311 | 56 | 15 | 0 | 25 | 305 | 56 | 75 |
| Binary | 1101101 | 10101111 | 11001001 | 101110 | 1101 | 0 | 10101 | 11000101 | 101110 | 111101 |
Color Harmonies of #6DAFC9
Complementary color
Monochromatic Colors of #6DAFC9
Black with #6DAFC9
Text Example
Text Example
White with #6DAFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAFC9; }
p { color: rgb(109,175,201); }
H1.HeaderClassName
{
color: #6DAFC9;
}
.AnyTagClassName
{
color: #6DAFC9;
}
</style>
background-color css
<style>
a { background-color: #6DAFC9; }
a { background-color: rgb(109,175,201); }
div.DivClassName
{
background-color: #6DAFC9;
}
.BgClassName
{
background-color: #6DAFC9;
}
</style>
border-color css
<style>
span { border-color: #6DAFC9; }
span { border-color: rgb(109,175,201); }
td.TdClassName
{
border-color: #6DAFC9;
}
.TagClassName
{
border-color: #6DAFC9;
}
</style>