Shades of Picton Blue #669DDB
Tints of Picton Blue #669DDB
RGB
CMYK
RGB Variations
Color information
#669DDB (or 0x669DDB) is known color: Picton Blue. HEX triplet: 66, 9D and DB. RGB value is (102,157,219). Sum of RGB (Red+Green+Blue) = 102+157+219=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #669DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669DDB is #996224. Grayscale: #939393. Windows color (decimal): -10052133 or 14392678. OLE color: 14392678.
HSL color Cylindrical-coordinate representation of color #669DDB: hue angle of 211.79º 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 #669DDB is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 157 | 219 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.14 |
| HSL | 211.79º | 0.62% | 0.63% | - |
| HSV(B) | 211.79º | 0.53% | 0.86% | - |
| XYZ | 30.32 | 32.05 | 71.61 | - |
| YUV | 147.62 | 168.28 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 219 | 0.53 | 0.28 | 0 | 0.14 | 211.79 | 0.62 | 0.63 |
| Hex | 66 | 9D | DB | 35 | 1C | 0 | E | D4 | 3E | 3F |
| Octal | 146 | 235 | 333 | 65 | 34 | 0 | 16 | 324 | 76 | 77 |
| Binary | 1100110 | 10011101 | 11011011 | 110101 | 11100 | 0 | 1110 | 11010100 | 111110 | 111111 |
Color Harmonies of #669DDB
Complementary color
Monochromatic Colors of #669DDB
Black with #669DDB
Text Example
Text Example
White with #669DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669DDB; }
p { color: rgb(102,157,219); }
H1.HeaderClassName
{
color: #669DDB;
}
.AnyTagClassName
{
color: #669DDB;
}
</style>
background-color css
<style>
a { background-color: #669DDB; }
a { background-color: rgb(102,157,219); }
div.DivClassName
{
background-color: #669DDB;
}
.BgClassName
{
background-color: #669DDB;
}
</style>
border-color css
<style>
span { border-color: #669DDB; }
span { border-color: rgb(102,157,219); }
td.TdClassName
{
border-color: #669DDB;
}
.TagClassName
{
border-color: #669DDB;
}
</style>