Shades of Seagull #6FA8C8
Tints of Seagull #6FA8C8
RGB
CMYK
RGB Variations
Color information
#6FA8C8 (or 0x6FA8C8) is known color: Seagull. HEX triplet: 6F, A8 and C8. RGB value is (111,168,200). Sum of RGB (Red+Green+Blue) = 111+168+200=479 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.17% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 200 - color contains mainly: blue. Hex color #6FA8C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA8C8 is #905737. Grayscale: #9A9A9A. Windows color (decimal): -9459512 or 13150319. OLE color: 13150319.
HSL color Cylindrical-coordinate representation of color #6FA8C8: hue angle of 201.57º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6FA8C8 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 168 | 200 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.22 |
| HSL | 201.57º | 0.45% | 0.61% | - |
| HSV(B) | 201.57º | 0.45% | 0.78% | - |
| XYZ | 30.98 | 35.55 | 59.87 | - |
| YUV | 154.61 | 153.62 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 168 | 200 | 0.44 | 0.16 | 0 | 0.22 | 201.57 | 0.45 | 0.61 |
| Hex | 6F | A8 | C8 | 2C | 10 | 0 | 16 | CA | 2D | 3D |
| Octal | 157 | 250 | 310 | 54 | 20 | 0 | 26 | 312 | 55 | 75 |
| Binary | 1101111 | 10101000 | 11001000 | 101100 | 10000 | 0 | 10110 | 11001010 | 101101 | 111101 |
Color Harmonies of #6FA8C8
Complementary color
Monochromatic Colors of #6FA8C8
Black with #6FA8C8
Text Example
Text Example
White with #6FA8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA8C8; }
p { color: rgb(111,168,200); }
H1.HeaderClassName
{
color: #6FA8C8;
}
.AnyTagClassName
{
color: #6FA8C8;
}
</style>
background-color css
<style>
a { background-color: #6FA8C8; }
a { background-color: rgb(111,168,200); }
div.DivClassName
{
background-color: #6FA8C8;
}
.BgClassName
{
background-color: #6FA8C8;
}
</style>
border-color css
<style>
span { border-color: #6FA8C8; }
span { border-color: rgb(111,168,200); }
td.TdClassName
{
border-color: #6FA8C8;
}
.TagClassName
{
border-color: #6FA8C8;
}
</style>