Shades of Seagull #6FBCCC
Tints of Seagull #6FBCCC
RGB
CMYK
RGB Variations
Color information
#6FBCCC (or 0x6FBCCC) is known color: Seagull. HEX triplet: 6F, BC and CC. RGB value is (111,188,204). Sum of RGB (Red+Green+Blue) = 111+188+204=503 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.07% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #6FBCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCCC is #904333. Grayscale: #A6A6A6. Windows color (decimal): -9454388 or 13417583. OLE color: 13417583.
HSL color Cylindrical-coordinate representation of color #6FBCCC: hue angle of 190.32º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FBCCC is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 188 | 204 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.2 |
| HSL | 190.32º | 0.48% | 0.62% | - |
| HSV(B) | 190.32º | 0.46% | 0.8% | - |
| XYZ | 35.44 | 43.71 | 63.69 | - |
| YUV | 166.8 | 148.99 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 204 | 0.46 | 0.08 | 0 | 0.2 | 190.32 | 0.48 | 0.62 |
| Hex | 6F | BC | CC | 2E | 8 | 0 | 14 | BE | 30 | 3E |
| Octal | 157 | 274 | 314 | 56 | 10 | 0 | 24 | 276 | 60 | 76 |
| Binary | 1101111 | 10111100 | 11001100 | 101110 | 1000 | 0 | 10100 | 10111110 | 110000 | 111110 |
Color Harmonies of #6FBCCC
Complementary color
Monochromatic Colors of #6FBCCC
Black with #6FBCCC
Text Example
Text Example
White with #6FBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBCCC; }
p { color: rgb(111,188,204); }
H1.HeaderClassName
{
color: #6FBCCC;
}
.AnyTagClassName
{
color: #6FBCCC;
}
</style>
background-color css
<style>
a { background-color: #6FBCCC; }
a { background-color: rgb(111,188,204); }
div.DivClassName
{
background-color: #6FBCCC;
}
.BgClassName
{
background-color: #6FBCCC;
}
</style>
border-color css
<style>
span { border-color: #6FBCCC; }
span { border-color: rgb(111,188,204); }
td.TdClassName
{
border-color: #6FBCCC;
}
.TagClassName
{
border-color: #6FBCCC;
}
</style>