Shades of Picton Blue #669FD9
Tints of Picton Blue #669FD9
RGB
CMYK
RGB Variations
Color information
#669FD9 (or 0x669FD9) is known color: Picton Blue. HEX triplet: 66, 9F and D9. RGB value is (102,159,217). Sum of RGB (Red+Green+Blue) = 102+159+217=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 217 - color contains mainly: blue. Hex color #669FD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669FD9 is #996026. Grayscale: #949494. Windows color (decimal): -10051623 or 14262118. OLE color: 14262118.
HSL color Cylindrical-coordinate representation of color #669FD9: hue angle of 210.26º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #669FD9 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 159 | 217 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.15 |
| HSL | 210.26º | 0.6% | 0.63% | - |
| HSV(B) | 210.26º | 0.53% | 0.85% | - |
| XYZ | 30.4 | 32.63 | 70.34 | - |
| YUV | 148.57 | 166.62 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 217 | 0.53 | 0.27 | 0 | 0.15 | 210.26 | 0.6 | 0.63 |
| Hex | 66 | 9F | D9 | 35 | 1B | 0 | F | D2 | 3C | 3F |
| Octal | 146 | 237 | 331 | 65 | 33 | 0 | 17 | 322 | 74 | 77 |
| Binary | 1100110 | 10011111 | 11011001 | 110101 | 11011 | 0 | 1111 | 11010010 | 111100 | 111111 |
Color Harmonies of #669FD9
Complementary color
Monochromatic Colors of #669FD9
Black with #669FD9
Text Example
Text Example
White with #669FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669FD9; }
p { color: rgb(102,159,217); }
H1.HeaderClassName
{
color: #669FD9;
}
.AnyTagClassName
{
color: #669FD9;
}
</style>
background-color css
<style>
a { background-color: #669FD9; }
a { background-color: rgb(102,159,217); }
div.DivClassName
{
background-color: #669FD9;
}
.BgClassName
{
background-color: #669FD9;
}
</style>
border-color css
<style>
span { border-color: #669FD9; }
span { border-color: rgb(102,159,217); }
td.TdClassName
{
border-color: #669FD9;
}
.TagClassName
{
border-color: #669FD9;
}
</style>