Shades of Seagull #6FAFD7
Tints of Seagull #6FAFD7
RGB
CMYK
RGB Variations
Color information
#6FAFD7 (or 0x6FAFD7) is known color: Seagull. HEX triplet: 6F, AF and D7. RGB value is (111,175,215). Sum of RGB (Red+Green+Blue) = 111+175+215=501 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.16% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 215 (84.38% from 255 or 42.91% from 501); Max value from RGB is 215 - color contains mainly: blue. Hex color #6FAFD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAFD7 is #905028. Grayscale: #A0A0A0. Windows color (decimal): -9457705 or 14135151. OLE color: 14135151.
HSL color Cylindrical-coordinate representation of color #6FAFD7: hue angle of 203.08º degrees, saturation: 0.57, 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 #6FAFD7 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 175 | 215 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.16 |
| HSL | 203.08º | 0.57% | 0.64% | - |
| HSV(B) | 203.08º | 0.48% | 0.84% | - |
| XYZ | 34.15 | 38.95 | 70.01 | - |
| YUV | 160.42 | 158.8 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 215 | 0.48 | 0.19 | 0 | 0.16 | 203.08 | 0.57 | 0.64 |
| Hex | 6F | AF | D7 | 30 | 13 | 0 | 10 | CB | 39 | 40 |
| Octal | 157 | 257 | 327 | 60 | 23 | 0 | 20 | 313 | 71 | 100 |
| Binary | 1101111 | 10101111 | 11010111 | 110000 | 10011 | 0 | 10000 | 11001011 | 111001 | 1000000 |
Color Harmonies of #6FAFD7
Complementary color
Monochromatic Colors of #6FAFD7
Black with #6FAFD7
Text Example
Text Example
White with #6FAFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAFD7; }
p { color: rgb(111,175,215); }
H1.HeaderClassName
{
color: #6FAFD7;
}
.AnyTagClassName
{
color: #6FAFD7;
}
</style>
background-color css
<style>
a { background-color: #6FAFD7; }
a { background-color: rgb(111,175,215); }
div.DivClassName
{
background-color: #6FAFD7;
}
.BgClassName
{
background-color: #6FAFD7;
}
</style>
border-color css
<style>
span { border-color: #6FAFD7; }
span { border-color: rgb(111,175,215); }
td.TdClassName
{
border-color: #6FAFD7;
}
.TagClassName
{
border-color: #6FAFD7;
}
</style>