Shades of Picton Blue #669FDC
Tints of Picton Blue #669FDC
RGB
CMYK
RGB Variations
Color information
#669FDC (or 0x669FDC) is known color: Picton Blue. HEX triplet: 66, 9F and DC. RGB value is (102,159,220). Sum of RGB (Red+Green+Blue) = 102+159+220=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #669FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669FDC is #996023. Grayscale: #949494. Windows color (decimal): -10051620 or 14458726. OLE color: 14458726.
HSL color Cylindrical-coordinate representation of color #669FDC: hue angle of 211.02º 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 #669FDC is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 159 | 220 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.14 |
| HSL | 211.02º | 0.63% | 0.63% | - |
| HSV(B) | 211.02º | 0.54% | 0.86% | - |
| XYZ | 30.8 | 32.79 | 72.42 | - |
| YUV | 148.91 | 168.12 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 220 | 0.54 | 0.28 | 0 | 0.14 | 211.02 | 0.63 | 0.63 |
| Hex | 66 | 9F | DC | 36 | 1C | 0 | E | D3 | 3F | 3F |
| Octal | 146 | 237 | 334 | 66 | 34 | 0 | 16 | 323 | 77 | 77 |
| Binary | 1100110 | 10011111 | 11011100 | 110110 | 11100 | 0 | 1110 | 11010011 | 111111 | 111111 |
Color Harmonies of #669FDC
Complementary color
Monochromatic Colors of #669FDC
Black with #669FDC
Text Example
Text Example
White with #669FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669FDC; }
p { color: rgb(102,159,220); }
H1.HeaderClassName
{
color: #669FDC;
}
.AnyTagClassName
{
color: #669FDC;
}
</style>
background-color css
<style>
a { background-color: #669FDC; }
a { background-color: rgb(102,159,220); }
div.DivClassName
{
background-color: #669FDC;
}
.BgClassName
{
background-color: #669FDC;
}
</style>
border-color css
<style>
span { border-color: #669FDC; }
span { border-color: rgb(102,159,220); }
td.TdClassName
{
border-color: #669FDC;
}
.TagClassName
{
border-color: #669FDC;
}
</style>