Shades of Seagull #68B6CF
Tints of Seagull #68B6CF
RGB
CMYK
RGB Variations
Color information
#68B6CF (or 0x68B6CF) is known color: Seagull. HEX triplet: 68, B6 and CF. RGB value is (104,182,207). Sum of RGB (Red+Green+Blue) = 104+182+207=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #68B6CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B6CF is #974930. Grayscale: #A1A1A1. Windows color (decimal): -9914673 or 13612648. OLE color: 13612648.
HSL color Cylindrical-coordinate representation of color #68B6CF: hue angle of 194.56º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68B6CF is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 182 | 207 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.19 |
| HSL | 194.56º | 0.52% | 0.61% | - |
| HSV(B) | 194.56º | 0.5% | 0.81% | - |
| XYZ | 33.7 | 40.9 | 65.15 | - |
| YUV | 161.53 | 153.66 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 182 | 207 | 0.50 | 0.12 | 0 | 0.19 | 194.56 | 0.52 | 0.61 |
| Hex | 68 | B6 | CF | 32 | C | 0 | 13 | C3 | 34 | 3D |
| Octal | 150 | 266 | 317 | 62 | 14 | 0 | 23 | 303 | 64 | 75 |
| Binary | 1101000 | 10110110 | 11001111 | 110010 | 1100 | 0 | 10011 | 11000011 | 110100 | 111101 |
Color Harmonies of #68B6CF
Complementary color
Monochromatic Colors of #68B6CF
Black with #68B6CF
Text Example
Text Example
White with #68B6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B6CF; }
p { color: rgb(104,182,207); }
H1.HeaderClassName
{
color: #68B6CF;
}
.AnyTagClassName
{
color: #68B6CF;
}
</style>
background-color css
<style>
a { background-color: #68B6CF; }
a { background-color: rgb(104,182,207); }
div.DivClassName
{
background-color: #68B6CF;
}
.BgClassName
{
background-color: #68B6CF;
}
</style>
border-color css
<style>
span { border-color: #68B6CF; }
span { border-color: rgb(104,182,207); }
td.TdClassName
{
border-color: #68B6CF;
}
.TagClassName
{
border-color: #68B6CF;
}
</style>