Shades of Picton Blue #669DD7
Tints of Picton Blue #669DD7
RGB
CMYK
RGB Variations
Color information
#669DD7 (or 0x669DD7) is known color: Picton Blue. HEX triplet: 66, 9D and D7. RGB value is (102,157,215). Sum of RGB (Red+Green+Blue) = 102+157+215=474 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.52% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #669DD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669DD7 is #996228. Grayscale: #929292. Windows color (decimal): -10052137 or 14130534. OLE color: 14130534.
HSL color Cylindrical-coordinate representation of color #669DD7: hue angle of 210.8º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #669DD7 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 157 | 215 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.16 |
| HSL | 210.8º | 0.59% | 0.62% | - |
| HSV(B) | 210.8º | 0.53% | 0.84% | - |
| XYZ | 29.8 | 31.85 | 68.87 | - |
| YUV | 147.17 | 166.28 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 215 | 0.53 | 0.27 | 0 | 0.16 | 210.8 | 0.59 | 0.62 |
| Hex | 66 | 9D | D7 | 35 | 1B | 0 | 10 | D3 | 3B | 3E |
| Octal | 146 | 235 | 327 | 65 | 33 | 0 | 20 | 323 | 73 | 76 |
| Binary | 1100110 | 10011101 | 11010111 | 110101 | 11011 | 0 | 10000 | 11010011 | 111011 | 111110 |
Color Harmonies of #669DD7
Complementary color
Monochromatic Colors of #669DD7
Black with #669DD7
Text Example
Text Example
White with #669DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669DD7; }
p { color: rgb(102,157,215); }
H1.HeaderClassName
{
color: #669DD7;
}
.AnyTagClassName
{
color: #669DD7;
}
</style>
background-color css
<style>
a { background-color: #669DD7; }
a { background-color: rgb(102,157,215); }
div.DivClassName
{
background-color: #669DD7;
}
.BgClassName
{
background-color: #669DD7;
}
</style>
border-color css
<style>
span { border-color: #669DD7; }
span { border-color: rgb(102,157,215); }
td.TdClassName
{
border-color: #669DD7;
}
.TagClassName
{
border-color: #669DD7;
}
</style>