Shades of Picton Blue #67A6DB
Tints of Picton Blue #67A6DB
RGB
CMYK
RGB Variations
Color information
#67A6DB (or 0x67A6DB) is known color: Picton Blue. HEX triplet: 67, A6 and DB. RGB value is (103,166,219). Sum of RGB (Red+Green+Blue) = 103+166+219=488 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.11% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #67A6DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A6DB is #985924. Grayscale: #989898. Windows color (decimal): -9984293 or 14394983. OLE color: 14394983.
HSL color Cylindrical-coordinate representation of color #67A6DB: hue angle of 207.41º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67A6DB is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 166 | 219 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.14 |
| HSL | 207.41º | 0.62% | 0.63% | - |
| HSV(B) | 207.41º | 0.53% | 0.86% | - |
| XYZ | 32.02 | 35.27 | 72.14 | - |
| YUV | 153.21 | 165.13 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 166 | 219 | 0.53 | 0.24 | 0 | 0.14 | 207.41 | 0.62 | 0.63 |
| Hex | 67 | A6 | DB | 35 | 18 | 0 | E | CF | 3E | 3F |
| Octal | 147 | 246 | 333 | 65 | 30 | 0 | 16 | 317 | 76 | 77 |
| Binary | 1100111 | 10100110 | 11011011 | 110101 | 11000 | 0 | 1110 | 11001111 | 111110 | 111111 |
Color Harmonies of #67A6DB
Complementary color
Monochromatic Colors of #67A6DB
Black with #67A6DB
Text Example
Text Example
White with #67A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A6DB; }
p { color: rgb(103,166,219); }
H1.HeaderClassName
{
color: #67A6DB;
}
.AnyTagClassName
{
color: #67A6DB;
}
</style>
background-color css
<style>
a { background-color: #67A6DB; }
a { background-color: rgb(103,166,219); }
div.DivClassName
{
background-color: #67A6DB;
}
.BgClassName
{
background-color: #67A6DB;
}
</style>
border-color css
<style>
span { border-color: #67A6DB; }
span { border-color: rgb(103,166,219); }
td.TdClassName
{
border-color: #67A6DB;
}
.TagClassName
{
border-color: #67A6DB;
}
</style>