Shades of Seagull #6DACCD
Tints of Seagull #6DACCD
RGB
CMYK
RGB Variations
Color information
#6DACCD (or 0x6DACCD) is known color: Seagull. HEX triplet: 6D, AC and CD. RGB value is (109,172,205). Sum of RGB (Red+Green+Blue) = 109+172+205=486 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.43% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACCD is #925332. Grayscale: #9C9C9C. Windows color (decimal): -9589555 or 13479021. OLE color: 13479021.
HSL color Cylindrical-coordinate representation of color #6DACCD: hue angle of 200.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DACCD is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 172 | 205 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.20 |
| HSL | 200.63º | 0.49% | 0.62% | - |
| HSV(B) | 200.63º | 0.47% | 0.8% | - |
| XYZ | 32.08 | 37.16 | 63.24 | - |
| YUV | 156.93 | 155.13 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 205 | 0.47 | 0.16 | 0 | 0.20 | 200.63 | 0.49 | 0.62 |
| Hex | 6D | AC | CD | 2F | 10 | 0 | 14 | C9 | 31 | 3E |
| Octal | 155 | 254 | 315 | 57 | 20 | 0 | 24 | 311 | 61 | 76 |
| Binary | 1101101 | 10101100 | 11001101 | 101111 | 10000 | 0 | 10100 | 11001001 | 110001 | 111110 |
Color Harmonies of #6DACCD
Complementary color
Monochromatic Colors of #6DACCD
Black with #6DACCD
Text Example
Text Example
White with #6DACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DACCD; }
p { color: rgb(109,172,205); }
H1.HeaderClassName
{
color: #6DACCD;
}
.AnyTagClassName
{
color: #6DACCD;
}
</style>
background-color css
<style>
a { background-color: #6DACCD; }
a { background-color: rgb(109,172,205); }
div.DivClassName
{
background-color: #6DACCD;
}
.BgClassName
{
background-color: #6DACCD;
}
</style>
border-color css
<style>
span { border-color: #6DACCD; }
span { border-color: rgb(109,172,205); }
td.TdClassName
{
border-color: #6DACCD;
}
.TagClassName
{
border-color: #6DACCD;
}
</style>