Shades of Seagull #6DACD1
Tints of Seagull #6DACD1
RGB
CMYK
RGB Variations
Color information
#6DACD1 (or 0x6DACD1) is known color: Seagull. HEX triplet: 6D, AC and D1. RGB value is (109,172,209). Sum of RGB (Red+Green+Blue) = 109+172+209=490 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.24% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #6DACD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACD1 is #92532E. Grayscale: #9D9D9D. Windows color (decimal): -9589551 or 13741165. OLE color: 13741165.
HSL color Cylindrical-coordinate representation of color #6DACD1: hue angle of 202.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DACD1 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 172 | 209 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.18 |
| HSL | 202.2º | 0.52% | 0.62% | - |
| HSV(B) | 202.2º | 0.48% | 0.82% | - |
| XYZ | 32.57 | 37.36 | 65.82 | - |
| YUV | 157.38 | 157.13 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 209 | 0.48 | 0.18 | 0 | 0.18 | 202.2 | 0.52 | 0.62 |
| Hex | 6D | AC | D1 | 30 | 12 | 0 | 12 | CA | 34 | 3E |
| Octal | 155 | 254 | 321 | 60 | 22 | 0 | 22 | 312 | 64 | 76 |
| Binary | 1101101 | 10101100 | 11010001 | 110000 | 10010 | 0 | 10010 | 11001010 | 110100 | 111110 |
Color Harmonies of #6DACD1
Complementary color
Monochromatic Colors of #6DACD1
Black with #6DACD1
Text Example
Text Example
White with #6DACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DACD1; }
p { color: rgb(109,172,209); }
H1.HeaderClassName
{
color: #6DACD1;
}
.AnyTagClassName
{
color: #6DACD1;
}
</style>
background-color css
<style>
a { background-color: #6DACD1; }
a { background-color: rgb(109,172,209); }
div.DivClassName
{
background-color: #6DACD1;
}
.BgClassName
{
background-color: #6DACD1;
}
</style>
border-color css
<style>
span { border-color: #6DACD1; }
span { border-color: rgb(109,172,209); }
td.TdClassName
{
border-color: #6DACD1;
}
.TagClassName
{
border-color: #6DACD1;
}
</style>