Shades of Seagull #6DAECF
Tints of Seagull #6DAECF
RGB
CMYK
RGB Variations
Color information
#6DAECF (or 0x6DAECF) is known color: Seagull. HEX triplet: 6D, AE and CF. RGB value is (109,174,207). Sum of RGB (Red+Green+Blue) = 109+174+207=490 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.24% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #6DAECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAECF is #925130. Grayscale: #9E9E9E. Windows color (decimal): -9589041 or 13610605. OLE color: 13610605.
HSL color Cylindrical-coordinate representation of color #6DAECF: hue angle of 200.2º 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 #6DAECF is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 174 | 207 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.19 |
| HSL | 200.2º | 0.51% | 0.62% | - |
| HSV(B) | 200.2º | 0.47% | 0.81% | - |
| XYZ | 32.71 | 38.03 | 64.65 | - |
| YUV | 158.33 | 155.47 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 207 | 0.47 | 0.16 | 0 | 0.19 | 200.2 | 0.51 | 0.62 |
| Hex | 6D | AE | CF | 2F | 10 | 0 | 13 | C8 | 33 | 3E |
| Octal | 155 | 256 | 317 | 57 | 20 | 0 | 23 | 310 | 63 | 76 |
| Binary | 1101101 | 10101110 | 11001111 | 101111 | 10000 | 0 | 10011 | 11001000 | 110011 | 111110 |
Color Harmonies of #6DAECF
Complementary color
Monochromatic Colors of #6DAECF
Black with #6DAECF
Text Example
Text Example
White with #6DAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAECF; }
p { color: rgb(109,174,207); }
H1.HeaderClassName
{
color: #6DAECF;
}
.AnyTagClassName
{
color: #6DAECF;
}
</style>
background-color css
<style>
a { background-color: #6DAECF; }
a { background-color: rgb(109,174,207); }
div.DivClassName
{
background-color: #6DAECF;
}
.BgClassName
{
background-color: #6DAECF;
}
</style>
border-color css
<style>
span { border-color: #6DAECF; }
span { border-color: rgb(109,174,207); }
td.TdClassName
{
border-color: #6DAECF;
}
.TagClassName
{
border-color: #6DAECF;
}
</style>