Shades of Picton Blue #669FCD
Tints of Picton Blue #669FCD
RGB
CMYK
RGB Variations
Color information
#669FCD (or 0x669FCD) is known color: Picton Blue. HEX triplet: 66, 9F and CD. RGB value is (102,159,205). Sum of RGB (Red+Green+Blue) = 102+159+205=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #669FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669FCD is #996032. Grayscale: #929292. Windows color (decimal): -10051635 or 13475686. OLE color: 13475686.
HSL color Cylindrical-coordinate representation of color #669FCD: hue angle of 206.8º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #669FCD is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 159 | 205 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.20 |
| HSL | 206.8º | 0.51% | 0.6% | - |
| HSV(B) | 206.8º | 0.5% | 0.8% | - |
| XYZ | 28.9 | 32.03 | 62.42 | - |
| YUV | 147.2 | 160.62 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 205 | 0.50 | 0.22 | 0 | 0.20 | 206.8 | 0.51 | 0.6 |
| Hex | 66 | 9F | CD | 32 | 16 | 0 | 14 | CF | 33 | 3C |
| Octal | 146 | 237 | 315 | 62 | 26 | 0 | 24 | 317 | 63 | 74 |
| Binary | 1100110 | 10011111 | 11001101 | 110010 | 10110 | 0 | 10100 | 11001111 | 110011 | 111100 |
Color Harmonies of #669FCD
Complementary color
Monochromatic Colors of #669FCD
Black with #669FCD
Text Example
Text Example
White with #669FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669FCD; }
p { color: rgb(102,159,205); }
H1.HeaderClassName
{
color: #669FCD;
}
.AnyTagClassName
{
color: #669FCD;
}
</style>
background-color css
<style>
a { background-color: #669FCD; }
a { background-color: rgb(102,159,205); }
div.DivClassName
{
background-color: #669FCD;
}
.BgClassName
{
background-color: #669FCD;
}
</style>
border-color css
<style>
span { border-color: #669FCD; }
span { border-color: rgb(102,159,205); }
td.TdClassName
{
border-color: #669FCD;
}
.TagClassName
{
border-color: #669FCD;
}
</style>