Shades of Picton Blue #68A5D6
Tints of Picton Blue #68A5D6
RGB
CMYK
RGB Variations
Color information
#68A5D6 (or 0x68A5D6) is known color: Picton Blue. HEX triplet: 68, A5 and D6. RGB value is (104,165,214). Sum of RGB (Red+Green+Blue) = 104+165+214=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 214 - color contains mainly: blue. Hex color #68A5D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A5D6 is #975A29. Grayscale: #989898. Windows color (decimal): -9919018 or 14067048. OLE color: 14067048.
HSL color Cylindrical-coordinate representation of color #68A5D6: hue angle of 206.73º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68A5D6 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 165 | 214 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.16 |
| HSL | 206.73º | 0.57% | 0.62% | - |
| HSV(B) | 206.73º | 0.51% | 0.84% | - |
| XYZ | 31.3 | 34.71 | 68.67 | - |
| YUV | 152.35 | 162.79 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 165 | 214 | 0.51 | 0.23 | 0 | 0.16 | 206.73 | 0.57 | 0.62 |
| Hex | 68 | A5 | D6 | 33 | 17 | 0 | 10 | CF | 39 | 3E |
| Octal | 150 | 245 | 326 | 63 | 27 | 0 | 20 | 317 | 71 | 76 |
| Binary | 1101000 | 10100101 | 11010110 | 110011 | 10111 | 0 | 10000 | 11001111 | 111001 | 111110 |
Color Harmonies of #68A5D6
Complementary color
Monochromatic Colors of #68A5D6
Black with #68A5D6
Text Example
Text Example
White with #68A5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A5D6; }
p { color: rgb(104,165,214); }
H1.HeaderClassName
{
color: #68A5D6;
}
.AnyTagClassName
{
color: #68A5D6;
}
</style>
background-color css
<style>
a { background-color: #68A5D6; }
a { background-color: rgb(104,165,214); }
div.DivClassName
{
background-color: #68A5D6;
}
.BgClassName
{
background-color: #68A5D6;
}
</style>
border-color css
<style>
span { border-color: #68A5D6; }
span { border-color: rgb(104,165,214); }
td.TdClassName
{
border-color: #68A5D6;
}
.TagClassName
{
border-color: #68A5D6;
}
</style>