Shades of Seagull #68BACC
Tints of Seagull #68BACC
RGB
CMYK
RGB Variations
Color information
#68BACC (or 0x68BACC) is known color: Seagull. HEX triplet: 68, BA and CC. RGB value is (104,186,204). Sum of RGB (Red+Green+Blue) = 104+186+204=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #68BACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BACC is #974533. Grayscale: #A3A3A3. Windows color (decimal): -9913652 or 13417064. OLE color: 13417064.
HSL color Cylindrical-coordinate representation of color #68BACC: hue angle of 190.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68BACC is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 186 | 204 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.2 |
| HSL | 190.8º | 0.5% | 0.6% | - |
| HSV(B) | 190.8º | 0.49% | 0.8% | - |
| XYZ | 34.17 | 42.42 | 63.51 | - |
| YUV | 163.53 | 150.83 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 204 | 0.49 | 0.09 | 0 | 0.2 | 190.8 | 0.5 | 0.6 |
| Hex | 68 | BA | CC | 31 | 9 | 0 | 14 | BF | 32 | 3C |
| Octal | 150 | 272 | 314 | 61 | 11 | 0 | 24 | 277 | 62 | 74 |
| Binary | 1101000 | 10111010 | 11001100 | 110001 | 1001 | 0 | 10100 | 10111111 | 110010 | 111100 |
Color Harmonies of #68BACC
Complementary color
Monochromatic Colors of #68BACC
Black with #68BACC
Text Example
Text Example
White with #68BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BACC; }
p { color: rgb(104,186,204); }
H1.HeaderClassName
{
color: #68BACC;
}
.AnyTagClassName
{
color: #68BACC;
}
</style>
background-color css
<style>
a { background-color: #68BACC; }
a { background-color: rgb(104,186,204); }
div.DivClassName
{
background-color: #68BACC;
}
.BgClassName
{
background-color: #68BACC;
}
</style>
border-color css
<style>
span { border-color: #68BACC; }
span { border-color: rgb(104,186,204); }
td.TdClassName
{
border-color: #68BACC;
}
.TagClassName
{
border-color: #68BACC;
}
</style>