Shades of Seagull #6FACD5
Tints of Seagull #6FACD5
RGB
CMYK
RGB Variations
Color information
#6FACD5 (or 0x6FACD5) is known color: Seagull. HEX triplet: 6F, AC and D5. RGB value is (111,172,213). Sum of RGB (Red+Green+Blue) = 111+172+213=496 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.38% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #6FACD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FACD5 is #90532A. Grayscale: #9E9E9E. Windows color (decimal): -9458475 or 14003311. OLE color: 14003311.
HSL color Cylindrical-coordinate representation of color #6FACD5: hue angle of 204.12º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FACD5 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 172 | 213 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.16 |
| HSL | 204.12º | 0.55% | 0.64% | - |
| HSV(B) | 204.12º | 0.48% | 0.84% | - |
| XYZ | 33.32 | 37.69 | 68.47 | - |
| YUV | 158.44 | 158.79 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 213 | 0.48 | 0.19 | 0 | 0.16 | 204.12 | 0.55 | 0.64 |
| Hex | 6F | AC | D5 | 30 | 13 | 0 | 10 | CC | 37 | 40 |
| Octal | 157 | 254 | 325 | 60 | 23 | 0 | 20 | 314 | 67 | 100 |
| Binary | 1101111 | 10101100 | 11010101 | 110000 | 10011 | 0 | 10000 | 11001100 | 110111 | 1000000 |
Color Harmonies of #6FACD5
Complementary color
Monochromatic Colors of #6FACD5
Black with #6FACD5
Text Example
Text Example
White with #6FACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FACD5; }
p { color: rgb(111,172,213); }
H1.HeaderClassName
{
color: #6FACD5;
}
.AnyTagClassName
{
color: #6FACD5;
}
</style>
background-color css
<style>
a { background-color: #6FACD5; }
a { background-color: rgb(111,172,213); }
div.DivClassName
{
background-color: #6FACD5;
}
.BgClassName
{
background-color: #6FACD5;
}
</style>
border-color css
<style>
span { border-color: #6FACD5; }
span { border-color: rgb(111,172,213); }
td.TdClassName
{
border-color: #6FACD5;
}
.TagClassName
{
border-color: #6FACD5;
}
</style>