Shades of Seagull #6FAEC9
Tints of Seagull #6FAEC9
RGB
CMYK
RGB Variations
Color information
#6FAEC9 (or 0x6FAEC9) is known color: Seagull. HEX triplet: 6F, AE and C9. RGB value is (111,174,201). Sum of RGB (Red+Green+Blue) = 111+174+201=486 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.84% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #6FAEC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAEC9 is #905136. Grayscale: #9E9E9E. Windows color (decimal): -9457975 or 13217391. OLE color: 13217391.
HSL color Cylindrical-coordinate representation of color #6FAEC9: hue angle of 198º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FAEC9 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 174 | 201 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.21 |
| HSL | 198º | 0.45% | 0.61% | - |
| HSV(B) | 198º | 0.45% | 0.79% | - |
| XYZ | 32.23 | 37.87 | 60.87 | - |
| YUV | 158.24 | 152.13 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 174 | 201 | 0.45 | 0.13 | 0 | 0.21 | 198 | 0.45 | 0.61 |
| Hex | 6F | AE | C9 | 2D | D | 0 | 15 | C6 | 2D | 3D |
| Octal | 157 | 256 | 311 | 55 | 15 | 0 | 25 | 306 | 55 | 75 |
| Binary | 1101111 | 10101110 | 11001001 | 101101 | 1101 | 0 | 10101 | 11000110 | 101101 | 111101 |
Color Harmonies of #6FAEC9
Complementary color
Monochromatic Colors of #6FAEC9
Black with #6FAEC9
Text Example
Text Example
White with #6FAEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAEC9; }
p { color: rgb(111,174,201); }
H1.HeaderClassName
{
color: #6FAEC9;
}
.AnyTagClassName
{
color: #6FAEC9;
}
</style>
background-color css
<style>
a { background-color: #6FAEC9; }
a { background-color: rgb(111,174,201); }
div.DivClassName
{
background-color: #6FAEC9;
}
.BgClassName
{
background-color: #6FAEC9;
}
</style>
border-color css
<style>
span { border-color: #6FAEC9; }
span { border-color: rgb(111,174,201); }
td.TdClassName
{
border-color: #6FAEC9;
}
.TagClassName
{
border-color: #6FAEC9;
}
</style>