Shades of Seagull #6FC1CB
Tints of Seagull #6FC1CB
RGB
CMYK
RGB Variations
Color information
#6FC1CB (or 0x6FC1CB) is known color: Seagull. HEX triplet: 6F, C1 and CB. RGB value is (111,193,203). Sum of RGB (Red+Green+Blue) = 111+193+203=507 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.89% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #6FC1CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC1CB is #903E34. Grayscale: #A9A9A9. Windows color (decimal): -9453109 or 13353327. OLE color: 13353327.
HSL color Cylindrical-coordinate representation of color #6FC1CB: hue angle of 186.52º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FC1CB is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 193 | 203 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.20 |
| HSL | 186.52º | 0.47% | 0.62% | - |
| HSV(B) | 186.52º | 0.45% | 0.8% | - |
| XYZ | 36.41 | 45.83 | 63.43 | - |
| YUV | 169.62 | 146.83 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 193 | 203 | 0.45 | 0.05 | 0 | 0.20 | 186.52 | 0.47 | 0.62 |
| Hex | 6F | C1 | CB | 2D | 5 | 0 | 14 | BB | 2F | 3E |
| Octal | 157 | 301 | 313 | 55 | 5 | 0 | 24 | 273 | 57 | 76 |
| Binary | 1101111 | 11000001 | 11001011 | 101101 | 101 | 0 | 10100 | 10111011 | 101111 | 111110 |
Color Harmonies of #6FC1CB
Complementary color
Monochromatic Colors of #6FC1CB
Black with #6FC1CB
Text Example
Text Example
White with #6FC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC1CB; }
p { color: rgb(111,193,203); }
H1.HeaderClassName
{
color: #6FC1CB;
}
.AnyTagClassName
{
color: #6FC1CB;
}
</style>
background-color css
<style>
a { background-color: #6FC1CB; }
a { background-color: rgb(111,193,203); }
div.DivClassName
{
background-color: #6FC1CB;
}
.BgClassName
{
background-color: #6FC1CB;
}
</style>
border-color css
<style>
span { border-color: #6FC1CB; }
span { border-color: rgb(111,193,203); }
td.TdClassName
{
border-color: #6FC1CB;
}
.TagClassName
{
border-color: #6FC1CB;
}
</style>