Shades of Picton Blue #68A8D7
Tints of Picton Blue #68A8D7
RGB
CMYK
RGB Variations
Color information
#68A8D7 (or 0x68A8D7) is known color: Picton Blue. HEX triplet: 68, A8 and D7. RGB value is (104,168,215). Sum of RGB (Red+Green+Blue) = 104+168+215=487 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.36% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #68A8D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A8D7 is #975728. Grayscale: #999999. Windows color (decimal): -9918249 or 14133352. OLE color: 14133352.
HSL color Cylindrical-coordinate representation of color #68A8D7: hue angle of 205.41º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68A8D7 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 168 | 215 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.16 |
| HSL | 205.41º | 0.58% | 0.63% | - |
| HSV(B) | 205.41º | 0.52% | 0.84% | - |
| XYZ | 31.98 | 35.85 | 69.53 | - |
| YUV | 154.22 | 162.3 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 168 | 215 | 0.52 | 0.22 | 0 | 0.16 | 205.41 | 0.58 | 0.63 |
| Hex | 68 | A8 | D7 | 34 | 16 | 0 | 10 | CD | 3A | 3F |
| Octal | 150 | 250 | 327 | 64 | 26 | 0 | 20 | 315 | 72 | 77 |
| Binary | 1101000 | 10101000 | 11010111 | 110100 | 10110 | 0 | 10000 | 11001101 | 111010 | 111111 |
Color Harmonies of #68A8D7
Complementary color
Monochromatic Colors of #68A8D7
Black with #68A8D7
Text Example
Text Example
White with #68A8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A8D7; }
p { color: rgb(104,168,215); }
H1.HeaderClassName
{
color: #68A8D7;
}
.AnyTagClassName
{
color: #68A8D7;
}
</style>
background-color css
<style>
a { background-color: #68A8D7; }
a { background-color: rgb(104,168,215); }
div.DivClassName
{
background-color: #68A8D7;
}
.BgClassName
{
background-color: #68A8D7;
}
</style>
border-color css
<style>
span { border-color: #68A8D7; }
span { border-color: rgb(104,168,215); }
td.TdClassName
{
border-color: #68A8D7;
}
.TagClassName
{
border-color: #68A8D7;
}
</style>