Shades of Picton Blue #669FDB
Tints of Picton Blue #669FDB
RGB
CMYK
RGB Variations
Color information
#669FDB (or 0x669FDB) is known color: Picton Blue. HEX triplet: 66, 9F and DB. RGB value is (102,159,219). Sum of RGB (Red+Green+Blue) = 102+159+219=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #669FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669FDB is #996024. Grayscale: #949494. Windows color (decimal): -10051621 or 14393190. OLE color: 14393190.
HSL color Cylindrical-coordinate representation of color #669FDB: hue angle of 210.77º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #669FDB is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 159 | 219 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.14 |
| HSL | 210.77º | 0.62% | 0.63% | - |
| HSV(B) | 210.77º | 0.53% | 0.86% | - |
| XYZ | 30.66 | 32.74 | 71.72 | - |
| YUV | 148.8 | 167.62 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 219 | 0.53 | 0.27 | 0 | 0.14 | 210.77 | 0.62 | 0.63 |
| Hex | 66 | 9F | DB | 35 | 1B | 0 | E | D3 | 3E | 3F |
| Octal | 146 | 237 | 333 | 65 | 33 | 0 | 16 | 323 | 76 | 77 |
| Binary | 1100110 | 10011111 | 11011011 | 110101 | 11011 | 0 | 1110 | 11010011 | 111110 | 111111 |
Color Harmonies of #669FDB
Complementary color
Monochromatic Colors of #669FDB
Black with #669FDB
Text Example
Text Example
White with #669FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669FDB; }
p { color: rgb(102,159,219); }
H1.HeaderClassName
{
color: #669FDB;
}
.AnyTagClassName
{
color: #669FDB;
}
</style>
background-color css
<style>
a { background-color: #669FDB; }
a { background-color: rgb(102,159,219); }
div.DivClassName
{
background-color: #669FDB;
}
.BgClassName
{
background-color: #669FDB;
}
</style>
border-color css
<style>
span { border-color: #669FDB; }
span { border-color: rgb(102,159,219); }
td.TdClassName
{
border-color: #669FDB;
}
.TagClassName
{
border-color: #669FDB;
}
</style>