Shades of Seagull #6EACCF
Tints of Seagull #6EACCF
RGB
CMYK
RGB Variations
Color information
#6EACCF (or 0x6EACCF) is known color: Seagull. HEX triplet: 6E, AC and CF. RGB value is (110,172,207). Sum of RGB (Red+Green+Blue) = 110+172+207=489 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.49% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #6EACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EACCF is #915330. Grayscale: #9D9D9D. Windows color (decimal): -9524017 or 13610094. OLE color: 13610094.
HSL color Cylindrical-coordinate representation of color #6EACCF: hue angle of 201.65º 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 #6EACCF is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 172 | 207 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.19 |
| HSL | 201.65º | 0.5% | 0.62% | - |
| HSV(B) | 201.65º | 0.47% | 0.81% | - |
| XYZ | 32.45 | 37.33 | 64.53 | - |
| YUV | 157.45 | 155.96 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 172 | 207 | 0.47 | 0.17 | 0 | 0.19 | 201.65 | 0.5 | 0.62 |
| Hex | 6E | AC | CF | 2F | 11 | 0 | 13 | CA | 32 | 3E |
| Octal | 156 | 254 | 317 | 57 | 21 | 0 | 23 | 312 | 62 | 76 |
| Binary | 1101110 | 10101100 | 11001111 | 101111 | 10001 | 0 | 10011 | 11001010 | 110010 | 111110 |
Color Harmonies of #6EACCF
Complementary color
Monochromatic Colors of #6EACCF
Black with #6EACCF
Text Example
Text Example
White with #6EACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EACCF; }
p { color: rgb(110,172,207); }
H1.HeaderClassName
{
color: #6EACCF;
}
.AnyTagClassName
{
color: #6EACCF;
}
</style>
background-color css
<style>
a { background-color: #6EACCF; }
a { background-color: rgb(110,172,207); }
div.DivClassName
{
background-color: #6EACCF;
}
.BgClassName
{
background-color: #6EACCF;
}
</style>
border-color css
<style>
span { border-color: #6EACCF; }
span { border-color: rgb(110,172,207); }
td.TdClassName
{
border-color: #6EACCF;
}
.TagClassName
{
border-color: #6EACCF;
}
</style>