Shades of Picton Blue #67A0D8
Tints of Picton Blue #67A0D8
RGB
CMYK
RGB Variations
Color information
#67A0D8 (or 0x67A0D8) is known color: Picton Blue. HEX triplet: 67, A0 and D8. RGB value is (103,160,216). Sum of RGB (Red+Green+Blue) = 103+160+216=479 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.50% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #67A0D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A0D8 is #985F27. Grayscale: #959595. Windows color (decimal): -9985832 or 14196839. OLE color: 14196839.
HSL color Cylindrical-coordinate representation of color #67A0D8: hue angle of 209.73º 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 #67A0D8 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 160 | 216 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.15 |
| HSL | 209.73º | 0.59% | 0.63% | - |
| HSV(B) | 209.73º | 0.52% | 0.85% | - |
| XYZ | 30.56 | 32.98 | 69.72 | - |
| YUV | 149.34 | 165.62 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 160 | 216 | 0.52 | 0.26 | 0 | 0.15 | 209.73 | 0.59 | 0.63 |
| Hex | 67 | A0 | D8 | 34 | 1A | 0 | F | D2 | 3B | 3F |
| Octal | 147 | 240 | 330 | 64 | 32 | 0 | 17 | 322 | 73 | 77 |
| Binary | 1100111 | 10100000 | 11011000 | 110100 | 11010 | 0 | 1111 | 11010010 | 111011 | 111111 |
Color Harmonies of #67A0D8
Complementary color
Monochromatic Colors of #67A0D8
Black with #67A0D8
Text Example
Text Example
White with #67A0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A0D8; }
p { color: rgb(103,160,216); }
H1.HeaderClassName
{
color: #67A0D8;
}
.AnyTagClassName
{
color: #67A0D8;
}
</style>
background-color css
<style>
a { background-color: #67A0D8; }
a { background-color: rgb(103,160,216); }
div.DivClassName
{
background-color: #67A0D8;
}
.BgClassName
{
background-color: #67A0D8;
}
</style>
border-color css
<style>
span { border-color: #67A0D8; }
span { border-color: rgb(103,160,216); }
td.TdClassName
{
border-color: #67A0D8;
}
.TagClassName
{
border-color: #67A0D8;
}
</style>