Shades of Picton Blue #669AD1
Tints of Picton Blue #669AD1
RGB
CMYK
RGB Variations
Color information
#669AD1 (or 0x669AD1) is known color: Picton Blue. HEX triplet: 66, 9A and D1. RGB value is (102,154,209). Sum of RGB (Red+Green+Blue) = 102+154+209=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #669AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669AD1 is #99652E. Grayscale: #909090. Windows color (decimal): -10052911 or 13736550. OLE color: 13736550.
HSL color Cylindrical-coordinate representation of color #669AD1: hue angle of 210.84º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #669AD1 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 154 | 209 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.18 |
| HSL | 210.84º | 0.54% | 0.61% | - |
| HSV(B) | 210.84º | 0.51% | 0.82% | - |
| XYZ | 28.54 | 30.54 | 64.71 | - |
| YUV | 144.72 | 164.27 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 209 | 0.51 | 0.26 | 0 | 0.18 | 210.84 | 0.54 | 0.61 |
| Hex | 66 | 9A | D1 | 33 | 1A | 0 | 12 | D3 | 36 | 3D |
| Octal | 146 | 232 | 321 | 63 | 32 | 0 | 22 | 323 | 66 | 75 |
| Binary | 1100110 | 10011010 | 11010001 | 110011 | 11010 | 0 | 10010 | 11010011 | 110110 | 111101 |
Color Harmonies of #669AD1
Complementary color
Monochromatic Colors of #669AD1
Black with #669AD1
Text Example
Text Example
White with #669AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669AD1; }
p { color: rgb(102,154,209); }
H1.HeaderClassName
{
color: #669AD1;
}
.AnyTagClassName
{
color: #669AD1;
}
</style>
background-color css
<style>
a { background-color: #669AD1; }
a { background-color: rgb(102,154,209); }
div.DivClassName
{
background-color: #669AD1;
}
.BgClassName
{
background-color: #669AD1;
}
</style>
border-color css
<style>
span { border-color: #669AD1; }
span { border-color: rgb(102,154,209); }
td.TdClassName
{
border-color: #669AD1;
}
.TagClassName
{
border-color: #669AD1;
}
</style>