Shades of Picton Blue #68A7DB
Tints of Picton Blue #68A7DB
RGB
CMYK
RGB Variations
Color information
#68A7DB (or 0x68A7DB) is known color: Picton Blue. HEX triplet: 68, A7 and DB. RGB value is (104,167,219). Sum of RGB (Red+Green+Blue) = 104+167+219=490 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.22% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #68A7DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A7DB is #975824. Grayscale: #999999. Windows color (decimal): -9918501 or 14395240. OLE color: 14395240.
HSL color Cylindrical-coordinate representation of color #68A7DB: hue angle of 207.13º 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 #68A7DB is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 167 | 219 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.14 |
| HSL | 207.13º | 0.61% | 0.63% | - |
| HSV(B) | 207.13º | 0.53% | 0.86% | - |
| XYZ | 32.31 | 35.69 | 72.2 | - |
| YUV | 154.09 | 164.63 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 167 | 219 | 0.53 | 0.24 | 0 | 0.14 | 207.13 | 0.61 | 0.63 |
| Hex | 68 | A7 | DB | 35 | 18 | 0 | E | CF | 3D | 3F |
| Octal | 150 | 247 | 333 | 65 | 30 | 0 | 16 | 317 | 75 | 77 |
| Binary | 1101000 | 10100111 | 11011011 | 110101 | 11000 | 0 | 1110 | 11001111 | 111101 | 111111 |
Color Harmonies of #68A7DB
Complementary color
Monochromatic Colors of #68A7DB
Black with #68A7DB
Text Example
Text Example
White with #68A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A7DB; }
p { color: rgb(104,167,219); }
H1.HeaderClassName
{
color: #68A7DB;
}
.AnyTagClassName
{
color: #68A7DB;
}
</style>
background-color css
<style>
a { background-color: #68A7DB; }
a { background-color: rgb(104,167,219); }
div.DivClassName
{
background-color: #68A7DB;
}
.BgClassName
{
background-color: #68A7DB;
}
</style>
border-color css
<style>
span { border-color: #68A7DB; }
span { border-color: rgb(104,167,219); }
td.TdClassName
{
border-color: #68A7DB;
}
.TagClassName
{
border-color: #68A7DB;
}
</style>