Shades of Picton Blue #669ED9
Tints of Picton Blue #669ED9
RGB
CMYK
RGB Variations
Color information
#669ED9 (or 0x669ED9) is known color: Picton Blue. HEX triplet: 66, 9E and D9. RGB value is (102,158,217). Sum of RGB (Red+Green+Blue) = 102+158+217=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 217 - color contains mainly: blue. Hex color #669ED9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669ED9 is #996126. Grayscale: #939393. Windows color (decimal): -10051879 or 14261862. OLE color: 14261862.
HSL color Cylindrical-coordinate representation of color #669ED9: hue angle of 210.78º 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 #669ED9 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 158 | 217 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.15 |
| HSL | 210.78º | 0.6% | 0.63% | - |
| HSV(B) | 210.78º | 0.53% | 0.85% | - |
| XYZ | 30.23 | 32.29 | 70.28 | - |
| YUV | 147.98 | 166.95 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 217 | 0.53 | 0.27 | 0 | 0.15 | 210.78 | 0.6 | 0.63 |
| Hex | 66 | 9E | D9 | 35 | 1B | 0 | F | D3 | 3C | 3F |
| Octal | 146 | 236 | 331 | 65 | 33 | 0 | 17 | 323 | 74 | 77 |
| Binary | 1100110 | 10011110 | 11011001 | 110101 | 11011 | 0 | 1111 | 11010011 | 111100 | 111111 |
Color Harmonies of #669ED9
Complementary color
Monochromatic Colors of #669ED9
Black with #669ED9
Text Example
Text Example
White with #669ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669ED9; }
p { color: rgb(102,158,217); }
H1.HeaderClassName
{
color: #669ED9;
}
.AnyTagClassName
{
color: #669ED9;
}
</style>
background-color css
<style>
a { background-color: #669ED9; }
a { background-color: rgb(102,158,217); }
div.DivClassName
{
background-color: #669ED9;
}
.BgClassName
{
background-color: #669ED9;
}
</style>
border-color css
<style>
span { border-color: #669ED9; }
span { border-color: rgb(102,158,217); }
td.TdClassName
{
border-color: #669ED9;
}
.TagClassName
{
border-color: #669ED9;
}
</style>