Shades of Seagull #6FAECF
Tints of Seagull #6FAECF
RGB
CMYK
RGB Variations
Color information
#6FAECF (or 0x6FAECF) is known color: Seagull. HEX triplet: 6F, AE and CF. RGB value is (111,174,207). Sum of RGB (Red+Green+Blue) = 111+174+207=492 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.56% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FAECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAECF is #905130. Grayscale: #9E9E9E. Windows color (decimal): -9457969 or 13610607. OLE color: 13610607.
HSL color Cylindrical-coordinate representation of color #6FAECF: hue angle of 200.62º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FAECF is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 174 | 207 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.19 |
| HSL | 200.63º | 0.5% | 0.62% | - |
| HSV(B) | 200.63º | 0.46% | 0.81% | - |
| XYZ | 32.95 | 38.16 | 64.66 | - |
| YUV | 158.93 | 155.13 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 174 | 207 | 0.46 | 0.16 | 0 | 0.19 | 200.63 | 0.5 | 0.62 |
| Hex | 6F | AE | CF | 2E | 10 | 0 | 13 | C9 | 32 | 3E |
| Octal | 157 | 256 | 317 | 56 | 20 | 0 | 23 | 311 | 62 | 76 |
| Binary | 1101111 | 10101110 | 11001111 | 101110 | 10000 | 0 | 10011 | 11001001 | 110010 | 111110 |
Color Harmonies of #6FAECF
Complementary color
Monochromatic Colors of #6FAECF
Black with #6FAECF
Text Example
Text Example
White with #6FAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAECF; }
p { color: rgb(111,174,207); }
H1.HeaderClassName
{
color: #6FAECF;
}
.AnyTagClassName
{
color: #6FAECF;
}
</style>
background-color css
<style>
a { background-color: #6FAECF; }
a { background-color: rgb(111,174,207); }
div.DivClassName
{
background-color: #6FAECF;
}
.BgClassName
{
background-color: #6FAECF;
}
</style>
border-color css
<style>
span { border-color: #6FAECF; }
span { border-color: rgb(111,174,207); }
td.TdClassName
{
border-color: #6FAECF;
}
.TagClassName
{
border-color: #6FAECF;
}
</style>