Shades of Picton Blue #669BD9
Tints of Picton Blue #669BD9
RGB
CMYK
RGB Variations
Color information
#669BD9 (or 0x669BD9) is known color: Picton Blue. HEX triplet: 66, 9B and D9. RGB value is (102,155,217). Sum of RGB (Red+Green+Blue) = 102+155+217=474 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.52% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 217 - color contains mainly: blue. Hex color #669BD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669BD9 is #996426. Grayscale: #919191. Windows color (decimal): -10052647 or 14261094. OLE color: 14261094.
HSL color Cylindrical-coordinate representation of color #669BD9: hue angle of 212.35º 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 #669BD9 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 155 | 217 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.15 |
| HSL | 212.35º | 0.6% | 0.63% | - |
| HSV(B) | 212.35º | 0.53% | 0.85% | - |
| XYZ | 29.73 | 31.28 | 70.12 | - |
| YUV | 146.22 | 167.94 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 217 | 0.53 | 0.29 | 0 | 0.15 | 212.35 | 0.6 | 0.63 |
| Hex | 66 | 9B | D9 | 35 | 1D | 0 | F | D4 | 3C | 3F |
| Octal | 146 | 233 | 331 | 65 | 35 | 0 | 17 | 324 | 74 | 77 |
| Binary | 1100110 | 10011011 | 11011001 | 110101 | 11101 | 0 | 1111 | 11010100 | 111100 | 111111 |
Color Harmonies of #669BD9
Complementary color
Monochromatic Colors of #669BD9
Black with #669BD9
Text Example
Text Example
White with #669BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669BD9; }
p { color: rgb(102,155,217); }
H1.HeaderClassName
{
color: #669BD9;
}
.AnyTagClassName
{
color: #669BD9;
}
</style>
background-color css
<style>
a { background-color: #669BD9; }
a { background-color: rgb(102,155,217); }
div.DivClassName
{
background-color: #669BD9;
}
.BgClassName
{
background-color: #669BD9;
}
</style>
border-color css
<style>
span { border-color: #669BD9; }
span { border-color: rgb(102,155,217); }
td.TdClassName
{
border-color: #669BD9;
}
.TagClassName
{
border-color: #669BD9;
}
</style>