Shades of Picton Blue #68A3D7
Tints of Picton Blue #68A3D7
RGB
CMYK
RGB Variations
Color information
#68A3D7 (or 0x68A3D7) is known color: Picton Blue. HEX triplet: 68, A3 and D7. RGB value is (104,163,215). Sum of RGB (Red+Green+Blue) = 104+163+215=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 215 (84.38% from 255 or 44.61% from 482); Max value from RGB is 215 - color contains mainly: blue. Hex color #68A3D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A3D7 is #975C28. Grayscale: #979797. Windows color (decimal): -9919529 or 14132072. OLE color: 14132072.
HSL color Cylindrical-coordinate representation of color #68A3D7: hue angle of 208.11º 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 #68A3D7 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 163 | 215 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.16 |
| HSL | 208.11º | 0.58% | 0.63% | - |
| HSV(B) | 208.11º | 0.52% | 0.84% | - |
| XYZ | 31.07 | 34.04 | 69.22 | - |
| YUV | 151.29 | 163.95 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 163 | 215 | 0.52 | 0.24 | 0 | 0.16 | 208.11 | 0.58 | 0.63 |
| Hex | 68 | A3 | D7 | 34 | 18 | 0 | 10 | D0 | 3A | 3F |
| Octal | 150 | 243 | 327 | 64 | 30 | 0 | 20 | 320 | 72 | 77 |
| Binary | 1101000 | 10100011 | 11010111 | 110100 | 11000 | 0 | 10000 | 11010000 | 111010 | 111111 |
Color Harmonies of #68A3D7
Complementary color
Monochromatic Colors of #68A3D7
Black with #68A3D7
Text Example
Text Example
White with #68A3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A3D7; }
p { color: rgb(104,163,215); }
H1.HeaderClassName
{
color: #68A3D7;
}
.AnyTagClassName
{
color: #68A3D7;
}
</style>
background-color css
<style>
a { background-color: #68A3D7; }
a { background-color: rgb(104,163,215); }
div.DivClassName
{
background-color: #68A3D7;
}
.BgClassName
{
background-color: #68A3D7;
}
</style>
border-color css
<style>
span { border-color: #68A3D7; }
span { border-color: rgb(104,163,215); }
td.TdClassName
{
border-color: #68A3D7;
}
.TagClassName
{
border-color: #68A3D7;
}
</style>