Shades of Picton Blue #68A8D4
Tints of Picton Blue #68A8D4
RGB
CMYK
RGB Variations
Color information
#68A8D4 (or 0x68A8D4) is known color: Picton Blue. HEX triplet: 68, A8 and D4. RGB value is (104,168,212). Sum of RGB (Red+Green+Blue) = 104+168+212=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 212 - color contains mainly: blue. Hex color #68A8D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A8D4 is #97572B. Grayscale: #999999. Windows color (decimal): -9918252 or 13936744. OLE color: 13936744.
HSL color Cylindrical-coordinate representation of color #68A8D4: hue angle of 204.44º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68A8D4 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 168 | 212 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.17 |
| HSL | 204.44º | 0.56% | 0.62% | - |
| HSV(B) | 204.44º | 0.51% | 0.83% | - |
| XYZ | 31.6 | 35.7 | 67.51 | - |
| YUV | 153.88 | 160.8 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 168 | 212 | 0.51 | 0.21 | 0 | 0.17 | 204.44 | 0.56 | 0.62 |
| Hex | 68 | A8 | D4 | 33 | 15 | 0 | 11 | CC | 38 | 3E |
| Octal | 150 | 250 | 324 | 63 | 25 | 0 | 21 | 314 | 70 | 76 |
| Binary | 1101000 | 10101000 | 11010100 | 110011 | 10101 | 0 | 10001 | 11001100 | 111000 | 111110 |
Color Harmonies of #68A8D4
Complementary color
Monochromatic Colors of #68A8D4
Black with #68A8D4
Text Example
Text Example
White with #68A8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A8D4; }
p { color: rgb(104,168,212); }
H1.HeaderClassName
{
color: #68A8D4;
}
.AnyTagClassName
{
color: #68A8D4;
}
</style>
background-color css
<style>
a { background-color: #68A8D4; }
a { background-color: rgb(104,168,212); }
div.DivClassName
{
background-color: #68A8D4;
}
.BgClassName
{
background-color: #68A8D4;
}
</style>
border-color css
<style>
span { border-color: #68A8D4; }
span { border-color: rgb(104,168,212); }
td.TdClassName
{
border-color: #68A8D4;
}
.TagClassName
{
border-color: #68A8D4;
}
</style>