Shades of Seagull #6DACCE
Tints of Seagull #6DACCE
RGB
CMYK
RGB Variations
Color information
#6DACCE (or 0x6DACCE) is known color: Seagull. HEX triplet: 6D, AC and CE. RGB value is (109,172,206). Sum of RGB (Red+Green+Blue) = 109+172+206=487 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.38% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #6DACCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACCE is #925331. Grayscale: #9C9C9C. Windows color (decimal): -9589554 or 13544557. OLE color: 13544557.
HSL color Cylindrical-coordinate representation of color #6DACCE: hue angle of 201.03º 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 #6DACCE is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 172 | 206 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.19 |
| HSL | 201.03º | 0.5% | 0.62% | - |
| HSV(B) | 201.03º | 0.47% | 0.81% | - |
| XYZ | 32.2 | 37.21 | 63.88 | - |
| YUV | 157.04 | 155.63 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 206 | 0.47 | 0.17 | 0 | 0.19 | 201.03 | 0.5 | 0.62 |
| Hex | 6D | AC | CE | 2F | 11 | 0 | 13 | C9 | 32 | 3E |
| Octal | 155 | 254 | 316 | 57 | 21 | 0 | 23 | 311 | 62 | 76 |
| Binary | 1101101 | 10101100 | 11001110 | 101111 | 10001 | 0 | 10011 | 11001001 | 110010 | 111110 |
Color Harmonies of #6DACCE
Complementary color
Monochromatic Colors of #6DACCE
Black with #6DACCE
Text Example
Text Example
White with #6DACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DACCE; }
p { color: rgb(109,172,206); }
H1.HeaderClassName
{
color: #6DACCE;
}
.AnyTagClassName
{
color: #6DACCE;
}
</style>
background-color css
<style>
a { background-color: #6DACCE; }
a { background-color: rgb(109,172,206); }
div.DivClassName
{
background-color: #6DACCE;
}
.BgClassName
{
background-color: #6DACCE;
}
</style>
border-color css
<style>
span { border-color: #6DACCE; }
span { border-color: rgb(109,172,206); }
td.TdClassName
{
border-color: #6DACCE;
}
.TagClassName
{
border-color: #6DACCE;
}
</style>