Shades of Seagull #6DACCF
Tints of Seagull #6DACCF
RGB
CMYK
RGB Variations
Color information
#6DACCF (or 0x6DACCF) is known color: Seagull. HEX triplet: 6D, AC and CF. RGB value is (109,172,207). Sum of RGB (Red+Green+Blue) = 109+172+207=488 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.34% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #6DACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACCF is #925330. Grayscale: #9C9C9C. Windows color (decimal): -9589553 or 13610093. OLE color: 13610093.
HSL color Cylindrical-coordinate representation of color #6DACCF: hue angle of 201.43º 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 #6DACCF is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 172 | 207 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.19 |
| HSL | 201.43º | 0.51% | 0.62% | - |
| HSV(B) | 201.43º | 0.47% | 0.81% | - |
| XYZ | 32.32 | 37.26 | 64.52 | - |
| YUV | 157.15 | 156.13 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 207 | 0.47 | 0.17 | 0 | 0.19 | 201.43 | 0.51 | 0.62 |
| Hex | 6D | AC | CF | 2F | 11 | 0 | 13 | C9 | 33 | 3E |
| Octal | 155 | 254 | 317 | 57 | 21 | 0 | 23 | 311 | 63 | 76 |
| Binary | 1101101 | 10101100 | 11001111 | 101111 | 10001 | 0 | 10011 | 11001001 | 110011 | 111110 |
Color Harmonies of #6DACCF
Complementary color
Monochromatic Colors of #6DACCF
Black with #6DACCF
Text Example
Text Example
White with #6DACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DACCF; }
p { color: rgb(109,172,207); }
H1.HeaderClassName
{
color: #6DACCF;
}
.AnyTagClassName
{
color: #6DACCF;
}
</style>
background-color css
<style>
a { background-color: #6DACCF; }
a { background-color: rgb(109,172,207); }
div.DivClassName
{
background-color: #6DACCF;
}
.BgClassName
{
background-color: #6DACCF;
}
</style>
border-color css
<style>
span { border-color: #6DACCF; }
span { border-color: rgb(109,172,207); }
td.TdClassName
{
border-color: #6DACCF;
}
.TagClassName
{
border-color: #6DACCF;
}
</style>