Shades of Picton Blue #669FDD
Tints of Picton Blue #669FDD
RGB
CMYK
RGB Variations
Color information
#669FDD (or 0x669FDD) is known color: Picton Blue. HEX triplet: 66, 9F and DD. RGB value is (102,159,221). Sum of RGB (Red+Green+Blue) = 102+159+221=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #669FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669FDD is #996022. Grayscale: #949494. Windows color (decimal): -10051619 or 14524262. OLE color: 14524262.
HSL color Cylindrical-coordinate representation of color #669FDD: hue angle of 211.26º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #669FDD is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 159 | 221 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.13 |
| HSL | 211.26º | 0.64% | 0.63% | - |
| HSV(B) | 211.26º | 0.54% | 0.87% | - |
| XYZ | 30.93 | 32.84 | 73.12 | - |
| YUV | 149.03 | 168.62 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 221 | 0.54 | 0.28 | 0 | 0.13 | 211.26 | 0.64 | 0.63 |
| Hex | 66 | 9F | DD | 36 | 1C | 0 | D | D3 | 40 | 3F |
| Octal | 146 | 237 | 335 | 66 | 34 | 0 | 15 | 323 | 100 | 77 |
| Binary | 1100110 | 10011111 | 11011101 | 110110 | 11100 | 0 | 1101 | 11010011 | 1000000 | 111111 |
Color Harmonies of #669FDD
Complementary color
Monochromatic Colors of #669FDD
Black with #669FDD
Text Example
Text Example
White with #669FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669FDD; }
p { color: rgb(102,159,221); }
H1.HeaderClassName
{
color: #669FDD;
}
.AnyTagClassName
{
color: #669FDD;
}
</style>
background-color css
<style>
a { background-color: #669FDD; }
a { background-color: rgb(102,159,221); }
div.DivClassName
{
background-color: #669FDD;
}
.BgClassName
{
background-color: #669FDD;
}
</style>
border-color css
<style>
span { border-color: #669FDD; }
span { border-color: rgb(102,159,221); }
td.TdClassName
{
border-color: #669FDD;
}
.TagClassName
{
border-color: #669FDD;
}
</style>