Shades of Picton Blue #68A2D7
Tints of Picton Blue #68A2D7
RGB
CMYK
RGB Variations
Color information
#68A2D7 (or 0x68A2D7) is known color: Picton Blue. HEX triplet: 68, A2 and D7. RGB value is (104,162,215). Sum of RGB (Red+Green+Blue) = 104+162+215=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 215 - color contains mainly: blue. Hex color #68A2D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A2D7 is #975D28. Grayscale: #969696. Windows color (decimal): -9919785 or 14131816. OLE color: 14131816.
HSL color Cylindrical-coordinate representation of color #68A2D7: hue angle of 208.65º 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 #68A2D7 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 162 | 215 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.16 |
| HSL | 208.65º | 0.58% | 0.63% | - |
| HSV(B) | 208.65º | 0.52% | 0.84% | - |
| XYZ | 30.89 | 33.69 | 69.16 | - |
| YUV | 150.7 | 164.28 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 162 | 215 | 0.52 | 0.25 | 0 | 0.16 | 208.65 | 0.58 | 0.63 |
| Hex | 68 | A2 | D7 | 34 | 19 | 0 | 10 | D1 | 3A | 3F |
| Octal | 150 | 242 | 327 | 64 | 31 | 0 | 20 | 321 | 72 | 77 |
| Binary | 1101000 | 10100010 | 11010111 | 110100 | 11001 | 0 | 10000 | 11010001 | 111010 | 111111 |
Color Harmonies of #68A2D7
Complementary color
Monochromatic Colors of #68A2D7
Black with #68A2D7
Text Example
Text Example
White with #68A2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A2D7; }
p { color: rgb(104,162,215); }
H1.HeaderClassName
{
color: #68A2D7;
}
.AnyTagClassName
{
color: #68A2D7;
}
</style>
background-color css
<style>
a { background-color: #68A2D7; }
a { background-color: rgb(104,162,215); }
div.DivClassName
{
background-color: #68A2D7;
}
.BgClassName
{
background-color: #68A2D7;
}
</style>
border-color css
<style>
span { border-color: #68A2D7; }
span { border-color: rgb(104,162,215); }
td.TdClassName
{
border-color: #68A2D7;
}
.TagClassName
{
border-color: #68A2D7;
}
</style>