Shades of Picton Blue #669DD8
Tints of Picton Blue #669DD8
RGB
CMYK
RGB Variations
Color information
#669DD8 (or 0x669DD8) is known color: Picton Blue. HEX triplet: 66, 9D and D8. RGB value is (102,157,216). Sum of RGB (Red+Green+Blue) = 102+157+216=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 216 - color contains mainly: blue. Hex color #669DD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669DD8 is #996227. Grayscale: #929292. Windows color (decimal): -10052136 or 14196070. OLE color: 14196070.
HSL color Cylindrical-coordinate representation of color #669DD8: hue angle of 211.05º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #669DD8 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 157 | 216 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.15 |
| HSL | 211.05º | 0.59% | 0.62% | - |
| HSV(B) | 211.05º | 0.53% | 0.85% | - |
| XYZ | 29.93 | 31.9 | 69.54 | - |
| YUV | 147.28 | 166.78 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 216 | 0.53 | 0.27 | 0 | 0.15 | 211.05 | 0.59 | 0.62 |
| Hex | 66 | 9D | D8 | 35 | 1B | 0 | F | D3 | 3B | 3E |
| Octal | 146 | 235 | 330 | 65 | 33 | 0 | 17 | 323 | 73 | 76 |
| Binary | 1100110 | 10011101 | 11011000 | 110101 | 11011 | 0 | 1111 | 11010011 | 111011 | 111110 |
Color Harmonies of #669DD8
Complementary color
Monochromatic Colors of #669DD8
Black with #669DD8
Text Example
Text Example
White with #669DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669DD8; }
p { color: rgb(102,157,216); }
H1.HeaderClassName
{
color: #669DD8;
}
.AnyTagClassName
{
color: #669DD8;
}
</style>
background-color css
<style>
a { background-color: #669DD8; }
a { background-color: rgb(102,157,216); }
div.DivClassName
{
background-color: #669DD8;
}
.BgClassName
{
background-color: #669DD8;
}
</style>
border-color css
<style>
span { border-color: #669DD8; }
span { border-color: rgb(102,157,216); }
td.TdClassName
{
border-color: #669DD8;
}
.TagClassName
{
border-color: #669DD8;
}
</style>