Shades of Picton Blue #68A0DA
Tints of Picton Blue #68A0DA
RGB
CMYK
RGB Variations
Color information
#68A0DA (or 0x68A0DA) is known color: Picton Blue. HEX triplet: 68, A0 and DA. RGB value is (104,160,218). Sum of RGB (Red+Green+Blue) = 104+160+218=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #68A0DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A0DA is #975F25. Grayscale: #959595. Windows color (decimal): -9920294 or 14327912. OLE color: 14327912.
HSL color Cylindrical-coordinate representation of color #68A0DA: hue angle of 210.53º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68A0DA is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 160 | 218 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.15 |
| HSL | 210.53º | 0.61% | 0.63% | - |
| HSV(B) | 210.53º | 0.52% | 0.85% | - |
| XYZ | 30.93 | 33.15 | 71.1 | - |
| YUV | 149.87 | 166.45 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 160 | 218 | 0.52 | 0.27 | 0 | 0.15 | 210.53 | 0.61 | 0.63 |
| Hex | 68 | A0 | DA | 34 | 1B | 0 | F | D3 | 3D | 3F |
| Octal | 150 | 240 | 332 | 64 | 33 | 0 | 17 | 323 | 75 | 77 |
| Binary | 1101000 | 10100000 | 11011010 | 110100 | 11011 | 0 | 1111 | 11010011 | 111101 | 111111 |
Color Harmonies of #68A0DA
Complementary color
Monochromatic Colors of #68A0DA
Black with #68A0DA
Text Example
Text Example
White with #68A0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A0DA; }
p { color: rgb(104,160,218); }
H1.HeaderClassName
{
color: #68A0DA;
}
.AnyTagClassName
{
color: #68A0DA;
}
</style>
background-color css
<style>
a { background-color: #68A0DA; }
a { background-color: rgb(104,160,218); }
div.DivClassName
{
background-color: #68A0DA;
}
.BgClassName
{
background-color: #68A0DA;
}
</style>
border-color css
<style>
span { border-color: #68A0DA; }
span { border-color: rgb(104,160,218); }
td.TdClassName
{
border-color: #68A0DA;
}
.TagClassName
{
border-color: #68A0DA;
}
</style>