Shades of Seagull #6DACC9
Tints of Seagull #6DACC9
RGB
CMYK
RGB Variations
Color information
#6DACC9 (or 0x6DACC9) is known color: Seagull. HEX triplet: 6D, AC and C9. RGB value is (109,172,201). Sum of RGB (Red+Green+Blue) = 109+172+201=482 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.61% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #6DACC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACC9 is #925336. Grayscale: #9C9C9C. Windows color (decimal): -9589559 or 13216877. OLE color: 13216877.
HSL color Cylindrical-coordinate representation of color #6DACC9: hue angle of 198.91º 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 #6DACC9 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 172 | 201 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.21 |
| HSL | 198.91º | 0.46% | 0.61% | - |
| HSV(B) | 198.91º | 0.46% | 0.79% | - |
| XYZ | 31.6 | 36.97 | 60.73 | - |
| YUV | 156.47 | 153.13 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 201 | 0.46 | 0.14 | 0 | 0.21 | 198.91 | 0.46 | 0.61 |
| Hex | 6D | AC | C9 | 2E | E | 0 | 15 | C7 | 2E | 3D |
| Octal | 155 | 254 | 311 | 56 | 16 | 0 | 25 | 307 | 56 | 75 |
| Binary | 1101101 | 10101100 | 11001001 | 101110 | 1110 | 0 | 10101 | 11000111 | 101110 | 111101 |
Color Harmonies of #6DACC9
Complementary color
Monochromatic Colors of #6DACC9
Black with #6DACC9
Text Example
Text Example
White with #6DACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DACC9; }
p { color: rgb(109,172,201); }
H1.HeaderClassName
{
color: #6DACC9;
}
.AnyTagClassName
{
color: #6DACC9;
}
</style>
background-color css
<style>
a { background-color: #6DACC9; }
a { background-color: rgb(109,172,201); }
div.DivClassName
{
background-color: #6DACC9;
}
.BgClassName
{
background-color: #6DACC9;
}
</style>
border-color css
<style>
span { border-color: #6DACC9; }
span { border-color: rgb(109,172,201); }
td.TdClassName
{
border-color: #6DACC9;
}
.TagClassName
{
border-color: #6DACC9;
}
</style>