Shades of Picton Blue #669CDB
Tints of Picton Blue #669CDB
RGB
CMYK
RGB Variations
Color information
#669CDB (or 0x669CDB) is known color: Picton Blue. HEX triplet: 66, 9C and DB. RGB value is (102,156,219). Sum of RGB (Red+Green+Blue) = 102+156+219=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #669CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669CDB is #996324. Grayscale: #929292. Windows color (decimal): -10052389 or 14392422. OLE color: 14392422.
HSL color Cylindrical-coordinate representation of color #669CDB: hue angle of 212.31º 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 #669CDB is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 156 | 219 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.14 |
| HSL | 212.31º | 0.62% | 0.63% | - |
| HSV(B) | 212.31º | 0.53% | 0.86% | - |
| XYZ | 30.15 | 31.72 | 71.55 | - |
| YUV | 147.04 | 168.61 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 219 | 0.53 | 0.29 | 0 | 0.14 | 212.31 | 0.62 | 0.63 |
| Hex | 66 | 9C | DB | 35 | 1D | 0 | E | D4 | 3E | 3F |
| Octal | 146 | 234 | 333 | 65 | 35 | 0 | 16 | 324 | 76 | 77 |
| Binary | 1100110 | 10011100 | 11011011 | 110101 | 11101 | 0 | 1110 | 11010100 | 111110 | 111111 |
Color Harmonies of #669CDB
Complementary color
Monochromatic Colors of #669CDB
Black with #669CDB
Text Example
Text Example
White with #669CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669CDB; }
p { color: rgb(102,156,219); }
H1.HeaderClassName
{
color: #669CDB;
}
.AnyTagClassName
{
color: #669CDB;
}
</style>
background-color css
<style>
a { background-color: #669CDB; }
a { background-color: rgb(102,156,219); }
div.DivClassName
{
background-color: #669CDB;
}
.BgClassName
{
background-color: #669CDB;
}
</style>
border-color css
<style>
span { border-color: #669CDB; }
span { border-color: rgb(102,156,219); }
td.TdClassName
{
border-color: #669CDB;
}
.TagClassName
{
border-color: #669CDB;
}
</style>