Shades of Picton Blue #669BD1
Tints of Picton Blue #669BD1
RGB
CMYK
RGB Variations
Color information
#669BD1 (or 0x669BD1) is known color: Picton Blue. HEX triplet: 66, 9B and D1. RGB value is (102,155,209). Sum of RGB (Red+Green+Blue) = 102+155+209=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 209 - color contains mainly: blue. Hex color #669BD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669BD1 is #99642E. Grayscale: #919191. Windows color (decimal): -10052655 or 13736806. OLE color: 13736806.
HSL color Cylindrical-coordinate representation of color #669BD1: hue angle of 210.28º 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 #669BD1 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 155 | 209 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.18 |
| HSL | 210.28º | 0.54% | 0.61% | - |
| HSV(B) | 210.28º | 0.51% | 0.82% | - |
| XYZ | 28.71 | 30.87 | 64.77 | - |
| YUV | 145.31 | 163.94 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 209 | 0.51 | 0.26 | 0 | 0.18 | 210.28 | 0.54 | 0.61 |
| Hex | 66 | 9B | D1 | 33 | 1A | 0 | 12 | D2 | 36 | 3D |
| Octal | 146 | 233 | 321 | 63 | 32 | 0 | 22 | 322 | 66 | 75 |
| Binary | 1100110 | 10011011 | 11010001 | 110011 | 11010 | 0 | 10010 | 11010010 | 110110 | 111101 |
Color Harmonies of #669BD1
Complementary color
Monochromatic Colors of #669BD1
Black with #669BD1
Text Example
Text Example
White with #669BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669BD1; }
p { color: rgb(102,155,209); }
H1.HeaderClassName
{
color: #669BD1;
}
.AnyTagClassName
{
color: #669BD1;
}
</style>
background-color css
<style>
a { background-color: #669BD1; }
a { background-color: rgb(102,155,209); }
div.DivClassName
{
background-color: #669BD1;
}
.BgClassName
{
background-color: #669BD1;
}
</style>
border-color css
<style>
span { border-color: #669BD1; }
span { border-color: rgb(102,155,209); }
td.TdClassName
{
border-color: #669BD1;
}
.TagClassName
{
border-color: #669BD1;
}
</style>