Shades of Picton Blue #67A8D8
Tints of Picton Blue #67A8D8
RGB
CMYK
RGB Variations
Color information
#67A8D8 (or 0x67A8D8) is known color: Picton Blue. HEX triplet: 67, A8 and D8. RGB value is (103,168,216). Sum of RGB (Red+Green+Blue) = 103+168+216=487 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.15% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 216 - color contains mainly: blue. Hex color #67A8D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A8D8 is #985727. Grayscale: #999999. Windows color (decimal): -9983784 or 14198887. OLE color: 14198887.
HSL color Cylindrical-coordinate representation of color #67A8D8: hue angle of 205.49º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67A8D8 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 168 | 216 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.15 |
| HSL | 205.49º | 0.59% | 0.63% | - |
| HSV(B) | 205.49º | 0.52% | 0.85% | - |
| XYZ | 31.99 | 35.85 | 70.2 | - |
| YUV | 154.04 | 162.97 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 168 | 216 | 0.52 | 0.22 | 0 | 0.15 | 205.49 | 0.59 | 0.63 |
| Hex | 67 | A8 | D8 | 34 | 16 | 0 | F | CD | 3B | 3F |
| Octal | 147 | 250 | 330 | 64 | 26 | 0 | 17 | 315 | 73 | 77 |
| Binary | 1100111 | 10101000 | 11011000 | 110100 | 10110 | 0 | 1111 | 11001101 | 111011 | 111111 |
Color Harmonies of #67A8D8
Complementary color
Monochromatic Colors of #67A8D8
Black with #67A8D8
Text Example
Text Example
White with #67A8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A8D8; }
p { color: rgb(103,168,216); }
H1.HeaderClassName
{
color: #67A8D8;
}
.AnyTagClassName
{
color: #67A8D8;
}
</style>
background-color css
<style>
a { background-color: #67A8D8; }
a { background-color: rgb(103,168,216); }
div.DivClassName
{
background-color: #67A8D8;
}
.BgClassName
{
background-color: #67A8D8;
}
</style>
border-color css
<style>
span { border-color: #67A8D8; }
span { border-color: rgb(103,168,216); }
td.TdClassName
{
border-color: #67A8D8;
}
.TagClassName
{
border-color: #67A8D8;
}
</style>