Shades of Seagull #6DAFCE
Tints of Seagull #6DAFCE
RGB
CMYK
RGB Variations
Color information
#6DAFCE (or 0x6DAFCE) is known color: Seagull. HEX triplet: 6D, AF and CE. RGB value is (109,175,206). Sum of RGB (Red+Green+Blue) = 109+175+206=490 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.24% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #6DAFCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFCE is #925031. Grayscale: #9E9E9E. Windows color (decimal): -9588786 or 13545325. OLE color: 13545325.
HSL color Cylindrical-coordinate representation of color #6DAFCE: hue angle of 199.18º 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 #6DAFCE is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 175 | 206 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.19 |
| HSL | 199.18º | 0.5% | 0.62% | - |
| HSV(B) | 199.18º | 0.47% | 0.81% | - |
| XYZ | 32.78 | 38.37 | 64.07 | - |
| YUV | 158.8 | 154.63 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 206 | 0.47 | 0.15 | 0 | 0.19 | 199.18 | 0.5 | 0.62 |
| Hex | 6D | AF | CE | 2F | F | 0 | 13 | C7 | 32 | 3E |
| Octal | 155 | 257 | 316 | 57 | 17 | 0 | 23 | 307 | 62 | 76 |
| Binary | 1101101 | 10101111 | 11001110 | 101111 | 1111 | 0 | 10011 | 11000111 | 110010 | 111110 |
Color Harmonies of #6DAFCE
Complementary color
Monochromatic Colors of #6DAFCE
Black with #6DAFCE
Text Example
Text Example
White with #6DAFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAFCE; }
p { color: rgb(109,175,206); }
H1.HeaderClassName
{
color: #6DAFCE;
}
.AnyTagClassName
{
color: #6DAFCE;
}
</style>
background-color css
<style>
a { background-color: #6DAFCE; }
a { background-color: rgb(109,175,206); }
div.DivClassName
{
background-color: #6DAFCE;
}
.BgClassName
{
background-color: #6DAFCE;
}
</style>
border-color css
<style>
span { border-color: #6DAFCE; }
span { border-color: rgb(109,175,206); }
td.TdClassName
{
border-color: #6DAFCE;
}
.TagClassName
{
border-color: #6DAFCE;
}
</style>