Shades of Seagull #68B4CC
Tints of Seagull #68B4CC
RGB
CMYK
RGB Variations
Color information
#68B4CC (or 0x68B4CC) is known color: Seagull. HEX triplet: 68, B4 and CC. RGB value is (104,180,204). Sum of RGB (Red+Green+Blue) = 104+180+204=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #68B4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B4CC is #974B33. Grayscale: #9F9F9F. Windows color (decimal): -9915188 or 13415528. OLE color: 13415528.
HSL color Cylindrical-coordinate representation of color #68B4CC: hue angle of 194.4º 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 #68B4CC is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 180 | 204 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.2 |
| HSL | 194.4º | 0.5% | 0.6% | - |
| HSV(B) | 194.4º | 0.49% | 0.8% | - |
| XYZ | 32.93 | 39.95 | 63.1 | - |
| YUV | 160.01 | 152.82 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 180 | 204 | 0.49 | 0.12 | 0 | 0.2 | 194.4 | 0.5 | 0.6 |
| Hex | 68 | B4 | CC | 31 | C | 0 | 14 | C2 | 32 | 3C |
| Octal | 150 | 264 | 314 | 61 | 14 | 0 | 24 | 302 | 62 | 74 |
| Binary | 1101000 | 10110100 | 11001100 | 110001 | 1100 | 0 | 10100 | 11000010 | 110010 | 111100 |
Color Harmonies of #68B4CC
Complementary color
Monochromatic Colors of #68B4CC
Black with #68B4CC
Text Example
Text Example
White with #68B4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B4CC; }
p { color: rgb(104,180,204); }
H1.HeaderClassName
{
color: #68B4CC;
}
.AnyTagClassName
{
color: #68B4CC;
}
</style>
background-color css
<style>
a { background-color: #68B4CC; }
a { background-color: rgb(104,180,204); }
div.DivClassName
{
background-color: #68B4CC;
}
.BgClassName
{
background-color: #68B4CC;
}
</style>
border-color css
<style>
span { border-color: #68B4CC; }
span { border-color: rgb(104,180,204); }
td.TdClassName
{
border-color: #68B4CC;
}
.TagClassName
{
border-color: #68B4CC;
}
</style>