Shades of Seagull #6FAFD6
Tints of Seagull #6FAFD6
RGB
CMYK
RGB Variations
Color information
#6FAFD6 (or 0x6FAFD6) is known color: Seagull. HEX triplet: 6F, AF and D6. RGB value is (111,175,214). Sum of RGB (Red+Green+Blue) = 111+175+214=500 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.2% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 214 - color contains mainly: blue. Hex color #6FAFD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAFD6 is #905029. Grayscale: #A0A0A0. Windows color (decimal): -9457706 or 14069615. OLE color: 14069615.
HSL color Cylindrical-coordinate representation of color #6FAFD6: hue angle of 202.72º degrees, saturation: 0.56, 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 #6FAFD6 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 175 | 214 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.16 |
| HSL | 202.72º | 0.56% | 0.64% | - |
| HSV(B) | 202.72º | 0.48% | 0.84% | - |
| XYZ | 34.02 | 38.89 | 69.33 | - |
| YUV | 160.31 | 158.3 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 214 | 0.48 | 0.18 | 0 | 0.16 | 202.72 | 0.56 | 0.64 |
| Hex | 6F | AF | D6 | 30 | 12 | 0 | 10 | CB | 38 | 40 |
| Octal | 157 | 257 | 326 | 60 | 22 | 0 | 20 | 313 | 70 | 100 |
| Binary | 1101111 | 10101111 | 11010110 | 110000 | 10010 | 0 | 10000 | 11001011 | 111000 | 1000000 |
Color Harmonies of #6FAFD6
Complementary color
Monochromatic Colors of #6FAFD6
Black with #6FAFD6
Text Example
Text Example
White with #6FAFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAFD6; }
p { color: rgb(111,175,214); }
H1.HeaderClassName
{
color: #6FAFD6;
}
.AnyTagClassName
{
color: #6FAFD6;
}
</style>
background-color css
<style>
a { background-color: #6FAFD6; }
a { background-color: rgb(111,175,214); }
div.DivClassName
{
background-color: #6FAFD6;
}
.BgClassName
{
background-color: #6FAFD6;
}
</style>
border-color css
<style>
span { border-color: #6FAFD6; }
span { border-color: rgb(111,175,214); }
td.TdClassName
{
border-color: #6FAFD6;
}
.TagClassName
{
border-color: #6FAFD6;
}
</style>