Shades of Seagull #6FAFD3
Tints of Seagull #6FAFD3
RGB
CMYK
RGB Variations
Color information
#6FAFD3 (or 0x6FAFD3) is known color: Seagull. HEX triplet: 6F, AF and D3. RGB value is (111,175,211). Sum of RGB (Red+Green+Blue) = 111+175+211=497 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.33% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 211 (82.81% from 255 or 42.45% from 497); Max value from RGB is 211 - color contains mainly: blue. Hex color #6FAFD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAFD3 is #90502C. Grayscale: #9F9F9F. Windows color (decimal): -9457709 or 13873007. OLE color: 13873007.
HSL color Cylindrical-coordinate representation of color #6FAFD3: hue angle of 201.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FAFD3 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 175 | 211 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.17 |
| HSL | 201.6º | 0.53% | 0.63% | - |
| HSV(B) | 201.6º | 0.47% | 0.83% | - |
| XYZ | 33.64 | 38.74 | 67.33 | - |
| YUV | 159.97 | 156.8 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 211 | 0.47 | 0.17 | 0 | 0.17 | 201.6 | 0.53 | 0.63 |
| Hex | 6F | AF | D3 | 2F | 11 | 0 | 11 | CA | 35 | 3F |
| Octal | 157 | 257 | 323 | 57 | 21 | 0 | 21 | 312 | 65 | 77 |
| Binary | 1101111 | 10101111 | 11010011 | 101111 | 10001 | 0 | 10001 | 11001010 | 110101 | 111111 |
Color Harmonies of #6FAFD3
Complementary color
Monochromatic Colors of #6FAFD3
Black with #6FAFD3
Text Example
Text Example
White with #6FAFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAFD3; }
p { color: rgb(111,175,211); }
H1.HeaderClassName
{
color: #6FAFD3;
}
.AnyTagClassName
{
color: #6FAFD3;
}
</style>
background-color css
<style>
a { background-color: #6FAFD3; }
a { background-color: rgb(111,175,211); }
div.DivClassName
{
background-color: #6FAFD3;
}
.BgClassName
{
background-color: #6FAFD3;
}
</style>
border-color css
<style>
span { border-color: #6FAFD3; }
span { border-color: rgb(111,175,211); }
td.TdClassName
{
border-color: #6FAFD3;
}
.TagClassName
{
border-color: #6FAFD3;
}
</style>