Shades of Picton Blue #68AACD
Tints of Picton Blue #68AACD
RGB
CMYK
RGB Variations
Color information
#68AACD (or 0x68AACD) is known color: Picton Blue. HEX triplet: 68, AA and CD. RGB value is (104,170,205). Sum of RGB (Red+Green+Blue) = 104+170+205=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #68AACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AACD is #975532. Grayscale: #9A9A9A. Windows color (decimal): -9917747 or 13478504. OLE color: 13478504.
HSL color Cylindrical-coordinate representation of color #68AACD: hue angle of 200.79º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68AACD is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 170 | 205 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.20 |
| HSL | 200.79º | 0.5% | 0.61% | - |
| HSV(B) | 200.79º | 0.49% | 0.8% | - |
| XYZ | 31.1 | 36.1 | 63.09 | - |
| YUV | 154.26 | 156.63 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 205 | 0.49 | 0.17 | 0 | 0.20 | 200.79 | 0.5 | 0.61 |
| Hex | 68 | AA | CD | 31 | 11 | 0 | 14 | C9 | 32 | 3D |
| Octal | 150 | 252 | 315 | 61 | 21 | 0 | 24 | 311 | 62 | 75 |
| Binary | 1101000 | 10101010 | 11001101 | 110001 | 10001 | 0 | 10100 | 11001001 | 110010 | 111101 |
Color Harmonies of #68AACD
Complementary color
Monochromatic Colors of #68AACD
Black with #68AACD
Text Example
Text Example
White with #68AACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AACD; }
p { color: rgb(104,170,205); }
H1.HeaderClassName
{
color: #68AACD;
}
.AnyTagClassName
{
color: #68AACD;
}
</style>
background-color css
<style>
a { background-color: #68AACD; }
a { background-color: rgb(104,170,205); }
div.DivClassName
{
background-color: #68AACD;
}
.BgClassName
{
background-color: #68AACD;
}
</style>
border-color css
<style>
span { border-color: #68AACD; }
span { border-color: rgb(104,170,205); }
td.TdClassName
{
border-color: #68AACD;
}
.TagClassName
{
border-color: #68AACD;
}
</style>