Shades of Seagull #6FB4CA
Tints of Seagull #6FB4CA
RGB
CMYK
RGB Variations
Color information
#6FB4CA (or 0x6FB4CA) is known color: Seagull. HEX triplet: 6F, B4 and CA. RGB value is (111,180,202). Sum of RGB (Red+Green+Blue) = 111+180+202=493 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.52% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #6FB4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB4CA is #904B35. Grayscale: #A1A1A1. Windows color (decimal): -9456438 or 13284463. OLE color: 13284463.
HSL color Cylindrical-coordinate representation of color #6FB4CA: hue angle of 194.51º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FB4CA is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 180 | 202 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.21 |
| HSL | 194.51º | 0.46% | 0.61% | - |
| HSV(B) | 194.51º | 0.45% | 0.79% | - |
| XYZ | 33.54 | 40.29 | 61.89 | - |
| YUV | 161.88 | 150.64 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 202 | 0.45 | 0.11 | 0 | 0.21 | 194.51 | 0.46 | 0.61 |
| Hex | 6F | B4 | CA | 2D | B | 0 | 15 | C3 | 2E | 3D |
| Octal | 157 | 264 | 312 | 55 | 13 | 0 | 25 | 303 | 56 | 75 |
| Binary | 1101111 | 10110100 | 11001010 | 101101 | 1011 | 0 | 10101 | 11000011 | 101110 | 111101 |
Color Harmonies of #6FB4CA
Complementary color
Monochromatic Colors of #6FB4CA
Black with #6FB4CA
Text Example
Text Example
White with #6FB4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB4CA; }
p { color: rgb(111,180,202); }
H1.HeaderClassName
{
color: #6FB4CA;
}
.AnyTagClassName
{
color: #6FB4CA;
}
</style>
background-color css
<style>
a { background-color: #6FB4CA; }
a { background-color: rgb(111,180,202); }
div.DivClassName
{
background-color: #6FB4CA;
}
.BgClassName
{
background-color: #6FB4CA;
}
</style>
border-color css
<style>
span { border-color: #6FB4CA; }
span { border-color: rgb(111,180,202); }
td.TdClassName
{
border-color: #6FB4CA;
}
.TagClassName
{
border-color: #6FB4CA;
}
</style>