Shades of Picton Blue #669ED7
Tints of Picton Blue #669ED7
RGB
CMYK
RGB Variations
Color information
#669ED7 (or 0x669ED7) is known color: Picton Blue. HEX triplet: 66, 9E and D7. RGB value is (102,158,215). Sum of RGB (Red+Green+Blue) = 102+158+215=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 215 - color contains mainly: blue. Hex color #669ED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669ED7 is #996128. Grayscale: #939393. Windows color (decimal): -10051881 or 14130790. OLE color: 14130790.
HSL color Cylindrical-coordinate representation of color #669ED7: hue angle of 210.27º 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 #669ED7 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 158 | 215 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.16 |
| HSL | 210.27º | 0.59% | 0.62% | - |
| HSV(B) | 210.27º | 0.53% | 0.84% | - |
| XYZ | 29.97 | 32.18 | 68.92 | - |
| YUV | 147.75 | 165.95 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 215 | 0.53 | 0.27 | 0 | 0.16 | 210.27 | 0.59 | 0.62 |
| Hex | 66 | 9E | D7 | 35 | 1B | 0 | 10 | D2 | 3B | 3E |
| Octal | 146 | 236 | 327 | 65 | 33 | 0 | 20 | 322 | 73 | 76 |
| Binary | 1100110 | 10011110 | 11010111 | 110101 | 11011 | 0 | 10000 | 11010010 | 111011 | 111110 |
Color Harmonies of #669ED7
Complementary color
Monochromatic Colors of #669ED7
Black with #669ED7
Text Example
Text Example
White with #669ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669ED7; }
p { color: rgb(102,158,215); }
H1.HeaderClassName
{
color: #669ED7;
}
.AnyTagClassName
{
color: #669ED7;
}
</style>
background-color css
<style>
a { background-color: #669ED7; }
a { background-color: rgb(102,158,215); }
div.DivClassName
{
background-color: #669ED7;
}
.BgClassName
{
background-color: #669ED7;
}
</style>
border-color css
<style>
span { border-color: #669ED7; }
span { border-color: rgb(102,158,215); }
td.TdClassName
{
border-color: #669ED7;
}
.TagClassName
{
border-color: #669ED7;
}
</style>