Shades of Seagull #68B0CE
Tints of Seagull #68B0CE
RGB
CMYK
RGB Variations
Color information
#68B0CE (or 0x68B0CE) is known color: Seagull. HEX triplet: 68, B0 and CE. RGB value is (104,176,206). Sum of RGB (Red+Green+Blue) = 104+176+206=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #68B0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B0CE is #974F31. Grayscale: #9D9D9D. Windows color (decimal): -9916210 or 13545576. OLE color: 13545576.
HSL color Cylindrical-coordinate representation of color #68B0CE: hue angle of 197.65º degrees, saturation: 0.51, 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 #68B0CE is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 176 | 206 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.19 |
| HSL | 197.65º | 0.51% | 0.61% | - |
| HSV(B) | 197.65º | 0.5% | 0.81% | - |
| XYZ | 32.37 | 38.45 | 64.11 | - |
| YUV | 157.89 | 155.15 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 176 | 206 | 0.50 | 0.15 | 0 | 0.19 | 197.65 | 0.51 | 0.61 |
| Hex | 68 | B0 | CE | 32 | F | 0 | 13 | C6 | 33 | 3D |
| Octal | 150 | 260 | 316 | 62 | 17 | 0 | 23 | 306 | 63 | 75 |
| Binary | 1101000 | 10110000 | 11001110 | 110010 | 1111 | 0 | 10011 | 11000110 | 110011 | 111101 |
Color Harmonies of #68B0CE
Complementary color
Monochromatic Colors of #68B0CE
Black with #68B0CE
Text Example
Text Example
White with #68B0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B0CE; }
p { color: rgb(104,176,206); }
H1.HeaderClassName
{
color: #68B0CE;
}
.AnyTagClassName
{
color: #68B0CE;
}
</style>
background-color css
<style>
a { background-color: #68B0CE; }
a { background-color: rgb(104,176,206); }
div.DivClassName
{
background-color: #68B0CE;
}
.BgClassName
{
background-color: #68B0CE;
}
</style>
border-color css
<style>
span { border-color: #68B0CE; }
span { border-color: rgb(104,176,206); }
td.TdClassName
{
border-color: #68B0CE;
}
.TagClassName
{
border-color: #68B0CE;
}
</style>