Shades of Picton Blue #67A5DD
Tints of Picton Blue #67A5DD
RGB
CMYK
RGB Variations
Color information
#67A5DD (or 0x67A5DD) is known color: Picton Blue. HEX triplet: 67, A5 and DD. RGB value is (103,165,221). Sum of RGB (Red+Green+Blue) = 103+165+221=489 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.06% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #67A5DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A5DD is #985A22. Grayscale: #989898. Windows color (decimal): -9984547 or 14525799. OLE color: 14525799.
HSL color Cylindrical-coordinate representation of color #67A5DD: hue angle of 208.47º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67A5DD is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 165 | 221 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.13 |
| HSL | 208.47º | 0.63% | 0.64% | - |
| HSV(B) | 208.47º | 0.53% | 0.87% | - |
| XYZ | 32.1 | 35.01 | 73.47 | - |
| YUV | 152.85 | 166.46 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 165 | 221 | 0.53 | 0.25 | 0 | 0.13 | 208.47 | 0.63 | 0.64 |
| Hex | 67 | A5 | DD | 35 | 19 | 0 | D | D0 | 3F | 40 |
| Octal | 147 | 245 | 335 | 65 | 31 | 0 | 15 | 320 | 77 | 100 |
| Binary | 1100111 | 10100101 | 11011101 | 110101 | 11001 | 0 | 1101 | 11010000 | 111111 | 1000000 |
Color Harmonies of #67A5DD
Complementary color
Monochromatic Colors of #67A5DD
Black with #67A5DD
Text Example
Text Example
White with #67A5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A5DD; }
p { color: rgb(103,165,221); }
H1.HeaderClassName
{
color: #67A5DD;
}
.AnyTagClassName
{
color: #67A5DD;
}
</style>
background-color css
<style>
a { background-color: #67A5DD; }
a { background-color: rgb(103,165,221); }
div.DivClassName
{
background-color: #67A5DD;
}
.BgClassName
{
background-color: #67A5DD;
}
</style>
border-color css
<style>
span { border-color: #67A5DD; }
span { border-color: rgb(103,165,221); }
td.TdClassName
{
border-color: #67A5DD;
}
.TagClassName
{
border-color: #67A5DD;
}
</style>