Shades of Picton Blue #669CDC
Tints of Picton Blue #669CDC
RGB
CMYK
RGB Variations
Color information
#669CDC (or 0x669CDC) is known color: Picton Blue. HEX triplet: 66, 9C and DC. RGB value is (102,156,220). Sum of RGB (Red+Green+Blue) = 102+156+220=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #669CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669CDC is #996323. Grayscale: #929292. Windows color (decimal): -10052388 or 14457958. OLE color: 14457958.
HSL color Cylindrical-coordinate representation of color #669CDC: hue angle of 212.54º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #669CDC is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 156 | 220 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.14 |
| HSL | 212.54º | 0.63% | 0.63% | - |
| HSV(B) | 212.54º | 0.54% | 0.86% | - |
| XYZ | 30.29 | 31.77 | 72.25 | - |
| YUV | 147.15 | 169.11 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 220 | 0.54 | 0.29 | 0 | 0.14 | 212.54 | 0.63 | 0.63 |
| Hex | 66 | 9C | DC | 36 | 1D | 0 | E | D5 | 3F | 3F |
| Octal | 146 | 234 | 334 | 66 | 35 | 0 | 16 | 325 | 77 | 77 |
| Binary | 1100110 | 10011100 | 11011100 | 110110 | 11101 | 0 | 1110 | 11010101 | 111111 | 111111 |
Color Harmonies of #669CDC
Complementary color
Monochromatic Colors of #669CDC
Black with #669CDC
Text Example
Text Example
White with #669CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669CDC; }
p { color: rgb(102,156,220); }
H1.HeaderClassName
{
color: #669CDC;
}
.AnyTagClassName
{
color: #669CDC;
}
</style>
background-color css
<style>
a { background-color: #669CDC; }
a { background-color: rgb(102,156,220); }
div.DivClassName
{
background-color: #669CDC;
}
.BgClassName
{
background-color: #669CDC;
}
</style>
border-color css
<style>
span { border-color: #669CDC; }
span { border-color: rgb(102,156,220); }
td.TdClassName
{
border-color: #669CDC;
}
.TagClassName
{
border-color: #669CDC;
}
</style>