Shades of Picton Blue #68A0DB
Tints of Picton Blue #68A0DB
RGB
CMYK
RGB Variations
Color information
#68A0DB (or 0x68A0DB) is known color: Picton Blue. HEX triplet: 68, A0 and DB. RGB value is (104,160,219). Sum of RGB (Red+Green+Blue) = 104+160+219=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #68A0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A0DB is #975F24. Grayscale: #959595. Windows color (decimal): -9920293 or 14393448. OLE color: 14393448.
HSL color Cylindrical-coordinate representation of color #68A0DB: hue angle of 210.78º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68A0DB is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 160 | 219 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.14 |
| HSL | 210.78º | 0.61% | 0.63% | - |
| HSV(B) | 210.78º | 0.53% | 0.86% | - |
| XYZ | 31.07 | 33.2 | 71.79 | - |
| YUV | 149.98 | 166.95 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 160 | 219 | 0.53 | 0.27 | 0 | 0.14 | 210.78 | 0.61 | 0.63 |
| Hex | 68 | A0 | DB | 35 | 1B | 0 | E | D3 | 3D | 3F |
| Octal | 150 | 240 | 333 | 65 | 33 | 0 | 16 | 323 | 75 | 77 |
| Binary | 1101000 | 10100000 | 11011011 | 110101 | 11011 | 0 | 1110 | 11010011 | 111101 | 111111 |
Color Harmonies of #68A0DB
Complementary color
Monochromatic Colors of #68A0DB
Black with #68A0DB
Text Example
Text Example
White with #68A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A0DB; }
p { color: rgb(104,160,219); }
H1.HeaderClassName
{
color: #68A0DB;
}
.AnyTagClassName
{
color: #68A0DB;
}
</style>
background-color css
<style>
a { background-color: #68A0DB; }
a { background-color: rgb(104,160,219); }
div.DivClassName
{
background-color: #68A0DB;
}
.BgClassName
{
background-color: #68A0DB;
}
</style>
border-color css
<style>
span { border-color: #68A0DB; }
span { border-color: rgb(104,160,219); }
td.TdClassName
{
border-color: #68A0DB;
}
.TagClassName
{
border-color: #68A0DB;
}
</style>