Shades of Picton Blue #669CD8
Tints of Picton Blue #669CD8
RGB
CMYK
RGB Variations
Color information
#669CD8 (or 0x669CD8) is known color: Picton Blue. HEX triplet: 66, 9C and D8. RGB value is (102,156,216). Sum of RGB (Red+Green+Blue) = 102+156+216=474 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.52% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 216 (84.77% from 255 or 45.57% from 474); Max value from RGB is 216 - color contains mainly: blue. Hex color #669CD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669CD8 is #996327. Grayscale: #929292. Windows color (decimal): -10052392 or 14195814. OLE color: 14195814.
HSL color Cylindrical-coordinate representation of color #669CD8: hue angle of 211.58º 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 #669CD8 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 156 | 216 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.15 |
| HSL | 211.58º | 0.59% | 0.62% | - |
| HSV(B) | 211.58º | 0.53% | 0.85% | - |
| XYZ | 29.76 | 31.56 | 69.49 | - |
| YUV | 146.69 | 167.11 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 216 | 0.53 | 0.28 | 0 | 0.15 | 211.58 | 0.59 | 0.62 |
| Hex | 66 | 9C | D8 | 35 | 1C | 0 | F | D4 | 3B | 3E |
| Octal | 146 | 234 | 330 | 65 | 34 | 0 | 17 | 324 | 73 | 76 |
| Binary | 1100110 | 10011100 | 11011000 | 110101 | 11100 | 0 | 1111 | 11010100 | 111011 | 111110 |
Color Harmonies of #669CD8
Complementary color
Monochromatic Colors of #669CD8
Black with #669CD8
Text Example
Text Example
White with #669CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669CD8; }
p { color: rgb(102,156,216); }
H1.HeaderClassName
{
color: #669CD8;
}
.AnyTagClassName
{
color: #669CD8;
}
</style>
background-color css
<style>
a { background-color: #669CD8; }
a { background-color: rgb(102,156,216); }
div.DivClassName
{
background-color: #669CD8;
}
.BgClassName
{
background-color: #669CD8;
}
</style>
border-color css
<style>
span { border-color: #669CD8; }
span { border-color: rgb(102,156,216); }
td.TdClassName
{
border-color: #669CD8;
}
.TagClassName
{
border-color: #669CD8;
}
</style>