Shades of Seagull #6DAACF
Tints of Seagull #6DAACF
RGB
CMYK
RGB Variations
Color information
#6DAACF (or 0x6DAACF) is known color: Seagull. HEX triplet: 6D, AA and CF. RGB value is (109,170,207). Sum of RGB (Red+Green+Blue) = 109+170+207=486 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.43% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #6DAACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAACF is #925530. Grayscale: #9B9B9B. Windows color (decimal): -9590065 or 13609581. OLE color: 13609581.
HSL color Cylindrical-coordinate representation of color #6DAACF: hue angle of 202.65º 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 #6DAACF is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 170 | 207 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.19 |
| HSL | 202.65º | 0.51% | 0.62% | - |
| HSV(B) | 202.65º | 0.47% | 0.81% | - |
| XYZ | 31.94 | 36.51 | 64.39 | - |
| YUV | 155.98 | 156.79 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 170 | 207 | 0.47 | 0.18 | 0 | 0.19 | 202.65 | 0.51 | 0.62 |
| Hex | 6D | AA | CF | 2F | 12 | 0 | 13 | CB | 33 | 3E |
| Octal | 155 | 252 | 317 | 57 | 22 | 0 | 23 | 313 | 63 | 76 |
| Binary | 1101101 | 10101010 | 11001111 | 101111 | 10010 | 0 | 10011 | 11001011 | 110011 | 111110 |
Color Harmonies of #6DAACF
Complementary color
Monochromatic Colors of #6DAACF
Black with #6DAACF
Text Example
Text Example
White with #6DAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAACF; }
p { color: rgb(109,170,207); }
H1.HeaderClassName
{
color: #6DAACF;
}
.AnyTagClassName
{
color: #6DAACF;
}
</style>
background-color css
<style>
a { background-color: #6DAACF; }
a { background-color: rgb(109,170,207); }
div.DivClassName
{
background-color: #6DAACF;
}
.BgClassName
{
background-color: #6DAACF;
}
</style>
border-color css
<style>
span { border-color: #6DAACF; }
span { border-color: rgb(109,170,207); }
td.TdClassName
{
border-color: #6DAACF;
}
.TagClassName
{
border-color: #6DAACF;
}
</style>