Shades of Seagull #68B0CA
Tints of Seagull #68B0CA
RGB
CMYK
RGB Variations
Color information
#68B0CA (or 0x68B0CA) is known color: Seagull. HEX triplet: 68, B0 and CA. RGB value is (104,176,202). Sum of RGB (Red+Green+Blue) = 104+176+202=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #68B0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B0CA is #974F35. Grayscale: #9D9D9D. Windows color (decimal): -9916214 or 13283432. OLE color: 13283432.
HSL color Cylindrical-coordinate representation of color #68B0CA: hue angle of 195.92º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68B0CA is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 176 | 202 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.21 |
| HSL | 195.92º | 0.48% | 0.6% | - |
| HSV(B) | 195.92º | 0.49% | 0.79% | - |
| XYZ | 31.89 | 38.26 | 61.58 | - |
| YUV | 157.44 | 153.15 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 176 | 202 | 0.49 | 0.13 | 0 | 0.21 | 195.92 | 0.48 | 0.6 |
| Hex | 68 | B0 | CA | 31 | D | 0 | 15 | C4 | 30 | 3C |
| Octal | 150 | 260 | 312 | 61 | 15 | 0 | 25 | 304 | 60 | 74 |
| Binary | 1101000 | 10110000 | 11001010 | 110001 | 1101 | 0 | 10101 | 11000100 | 110000 | 111100 |
Color Harmonies of #68B0CA
Complementary color
Monochromatic Colors of #68B0CA
Black with #68B0CA
Text Example
Text Example
White with #68B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B0CA; }
p { color: rgb(104,176,202); }
H1.HeaderClassName
{
color: #68B0CA;
}
.AnyTagClassName
{
color: #68B0CA;
}
</style>
background-color css
<style>
a { background-color: #68B0CA; }
a { background-color: rgb(104,176,202); }
div.DivClassName
{
background-color: #68B0CA;
}
.BgClassName
{
background-color: #68B0CA;
}
</style>
border-color css
<style>
span { border-color: #68B0CA; }
span { border-color: rgb(104,176,202); }
td.TdClassName
{
border-color: #68B0CA;
}
.TagClassName
{
border-color: #68B0CA;
}
</style>