Shades of Seagull #6DABCF
Tints of Seagull #6DABCF
RGB
CMYK
RGB Variations
Color information
#6DABCF (or 0x6DABCF) is known color: Seagull. HEX triplet: 6D, AB and CF. RGB value is (109,171,207). Sum of RGB (Red+Green+Blue) = 109+171+207=487 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.38% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #6DABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DABCF is #925430. Grayscale: #9C9C9C. Windows color (decimal): -9589809 or 13609837. OLE color: 13609837.
HSL color Cylindrical-coordinate representation of color #6DABCF: hue angle of 202.04º 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 #6DABCF is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 171 | 207 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.19 |
| HSL | 202.04º | 0.51% | 0.62% | - |
| HSV(B) | 202.04º | 0.47% | 0.81% | - |
| XYZ | 32.13 | 36.88 | 64.46 | - |
| YUV | 156.57 | 156.46 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 207 | 0.47 | 0.17 | 0 | 0.19 | 202.04 | 0.51 | 0.62 |
| Hex | 6D | AB | CF | 2F | 11 | 0 | 13 | CA | 33 | 3E |
| Octal | 155 | 253 | 317 | 57 | 21 | 0 | 23 | 312 | 63 | 76 |
| Binary | 1101101 | 10101011 | 11001111 | 101111 | 10001 | 0 | 10011 | 11001010 | 110011 | 111110 |
Color Harmonies of #6DABCF
Complementary color
Monochromatic Colors of #6DABCF
Black with #6DABCF
Text Example
Text Example
White with #6DABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DABCF; }
p { color: rgb(109,171,207); }
H1.HeaderClassName
{
color: #6DABCF;
}
.AnyTagClassName
{
color: #6DABCF;
}
</style>
background-color css
<style>
a { background-color: #6DABCF; }
a { background-color: rgb(109,171,207); }
div.DivClassName
{
background-color: #6DABCF;
}
.BgClassName
{
background-color: #6DABCF;
}
</style>
border-color css
<style>
span { border-color: #6DABCF; }
span { border-color: rgb(109,171,207); }
td.TdClassName
{
border-color: #6DABCF;
}
.TagClassName
{
border-color: #6DABCF;
}
</style>