Shades of Picton Blue #67A2D8
Tints of Picton Blue #67A2D8
RGB
CMYK
RGB Variations
Color information
#67A2D8 (or 0x67A2D8) is known color: Picton Blue. HEX triplet: 67, A2 and D8. RGB value is (103,162,216). Sum of RGB (Red+Green+Blue) = 103+162+216=481 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.41% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 216 (84.77% from 255 or 44.91% from 481); Max value from RGB is 216 - color contains mainly: blue. Hex color #67A2D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A2D8 is #985D27. Grayscale: #969696. Windows color (decimal): -9985320 or 14197351. OLE color: 14197351.
HSL color Cylindrical-coordinate representation of color #67A2D8: hue angle of 208.67º 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 #67A2D8 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 162 | 216 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.15 |
| HSL | 208.67º | 0.59% | 0.63% | - |
| HSV(B) | 208.67º | 0.52% | 0.85% | - |
| XYZ | 30.91 | 33.68 | 69.84 | - |
| YUV | 150.52 | 164.95 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 162 | 216 | 0.52 | 0.25 | 0 | 0.15 | 208.67 | 0.59 | 0.63 |
| Hex | 67 | A2 | D8 | 34 | 19 | 0 | F | D1 | 3B | 3F |
| Octal | 147 | 242 | 330 | 64 | 31 | 0 | 17 | 321 | 73 | 77 |
| Binary | 1100111 | 10100010 | 11011000 | 110100 | 11001 | 0 | 1111 | 11010001 | 111011 | 111111 |
Color Harmonies of #67A2D8
Complementary color
Monochromatic Colors of #67A2D8
Black with #67A2D8
Text Example
Text Example
White with #67A2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A2D8; }
p { color: rgb(103,162,216); }
H1.HeaderClassName
{
color: #67A2D8;
}
.AnyTagClassName
{
color: #67A2D8;
}
</style>
background-color css
<style>
a { background-color: #67A2D8; }
a { background-color: rgb(103,162,216); }
div.DivClassName
{
background-color: #67A2D8;
}
.BgClassName
{
background-color: #67A2D8;
}
</style>
border-color css
<style>
span { border-color: #67A2D8; }
span { border-color: rgb(103,162,216); }
td.TdClassName
{
border-color: #67A2D8;
}
.TagClassName
{
border-color: #67A2D8;
}
</style>