Shades of Picton Blue #669ED8
Tints of Picton Blue #669ED8
RGB
CMYK
RGB Variations
Color information
#669ED8 (or 0x669ED8) is known color: Picton Blue. HEX triplet: 66, 9E and D8. RGB value is (102,158,216). Sum of RGB (Red+Green+Blue) = 102+158+216=476 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.43% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 216 - color contains mainly: blue. Hex color #669ED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669ED8 is #996127. Grayscale: #939393. Windows color (decimal): -10051880 or 14196326. OLE color: 14196326.
HSL color Cylindrical-coordinate representation of color #669ED8: hue angle of 210.53º 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 #669ED8 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 158 | 216 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.15 |
| HSL | 210.53º | 0.59% | 0.62% | - |
| HSV(B) | 210.53º | 0.53% | 0.85% | - |
| XYZ | 30.1 | 32.24 | 69.6 | - |
| YUV | 147.87 | 166.45 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 216 | 0.53 | 0.27 | 0 | 0.15 | 210.53 | 0.59 | 0.62 |
| Hex | 66 | 9E | D8 | 35 | 1B | 0 | F | D3 | 3B | 3E |
| Octal | 146 | 236 | 330 | 65 | 33 | 0 | 17 | 323 | 73 | 76 |
| Binary | 1100110 | 10011110 | 11011000 | 110101 | 11011 | 0 | 1111 | 11010011 | 111011 | 111110 |
Color Harmonies of #669ED8
Complementary color
Monochromatic Colors of #669ED8
Black with #669ED8
Text Example
Text Example
White with #669ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669ED8; }
p { color: rgb(102,158,216); }
H1.HeaderClassName
{
color: #669ED8;
}
.AnyTagClassName
{
color: #669ED8;
}
</style>
background-color css
<style>
a { background-color: #669ED8; }
a { background-color: rgb(102,158,216); }
div.DivClassName
{
background-color: #669ED8;
}
.BgClassName
{
background-color: #669ED8;
}
</style>
border-color css
<style>
span { border-color: #669ED8; }
span { border-color: rgb(102,158,216); }
td.TdClassName
{
border-color: #669ED8;
}
.TagClassName
{
border-color: #669ED8;
}
</style>