Shades of Picton Blue #669CD6
Tints of Picton Blue #669CD6
RGB
CMYK
RGB Variations
Color information
#669CD6 (or 0x669CD6) is known color: Picton Blue. HEX triplet: 66, 9C and D6. RGB value is (102,156,214). Sum of RGB (Red+Green+Blue) = 102+156+214=472 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.61% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #669CD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669CD6 is #996329. Grayscale: #929292. Windows color (decimal): -10052394 or 14064742. OLE color: 14064742.
HSL color Cylindrical-coordinate representation of color #669CD6: hue angle of 211.07º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #669CD6 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 156 | 214 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.16 |
| HSL | 211.07º | 0.58% | 0.62% | - |
| HSV(B) | 211.07º | 0.52% | 0.84% | - |
| XYZ | 29.51 | 31.46 | 68.13 | - |
| YUV | 146.47 | 166.11 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 214 | 0.52 | 0.27 | 0 | 0.16 | 211.07 | 0.58 | 0.62 |
| Hex | 66 | 9C | D6 | 34 | 1B | 0 | 10 | D3 | 3A | 3E |
| Octal | 146 | 234 | 326 | 64 | 33 | 0 | 20 | 323 | 72 | 76 |
| Binary | 1100110 | 10011100 | 11010110 | 110100 | 11011 | 0 | 10000 | 11010011 | 111010 | 111110 |
Color Harmonies of #669CD6
Complementary color
Monochromatic Colors of #669CD6
Black with #669CD6
Text Example
Text Example
White with #669CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669CD6; }
p { color: rgb(102,156,214); }
H1.HeaderClassName
{
color: #669CD6;
}
.AnyTagClassName
{
color: #669CD6;
}
</style>
background-color css
<style>
a { background-color: #669CD6; }
a { background-color: rgb(102,156,214); }
div.DivClassName
{
background-color: #669CD6;
}
.BgClassName
{
background-color: #669CD6;
}
</style>
border-color css
<style>
span { border-color: #669CD6; }
span { border-color: rgb(102,156,214); }
td.TdClassName
{
border-color: #669CD6;
}
.TagClassName
{
border-color: #669CD6;
}
</style>