Shades of Picton Blue #669CCD
Tints of Picton Blue #669CCD
RGB
CMYK
RGB Variations
Color information
#669CCD (or 0x669CCD) is known color: Picton Blue. HEX triplet: 66, 9C and CD. RGB value is (102,156,205). Sum of RGB (Red+Green+Blue) = 102+156+205=463 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.03% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #669CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669CCD is #996332. Grayscale: #919191. Windows color (decimal): -10052403 or 13474918. OLE color: 13474918.
HSL color Cylindrical-coordinate representation of color #669CCD: hue angle of 208.54º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #669CCD is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 156 | 205 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.20 |
| HSL | 208.54º | 0.51% | 0.6% | - |
| HSV(B) | 208.54º | 0.5% | 0.8% | - |
| XYZ | 28.39 | 31.01 | 62.25 | - |
| YUV | 145.44 | 161.61 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 205 | 0.50 | 0.24 | 0 | 0.20 | 208.54 | 0.51 | 0.6 |
| Hex | 66 | 9C | CD | 32 | 18 | 0 | 14 | D1 | 33 | 3C |
| Octal | 146 | 234 | 315 | 62 | 30 | 0 | 24 | 321 | 63 | 74 |
| Binary | 1100110 | 10011100 | 11001101 | 110010 | 11000 | 0 | 10100 | 11010001 | 110011 | 111100 |
Color Harmonies of #669CCD
Complementary color
Monochromatic Colors of #669CCD
Black with #669CCD
Text Example
Text Example
White with #669CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669CCD; }
p { color: rgb(102,156,205); }
H1.HeaderClassName
{
color: #669CCD;
}
.AnyTagClassName
{
color: #669CCD;
}
</style>
background-color css
<style>
a { background-color: #669CCD; }
a { background-color: rgb(102,156,205); }
div.DivClassName
{
background-color: #669CCD;
}
.BgClassName
{
background-color: #669CCD;
}
</style>
border-color css
<style>
span { border-color: #669CCD; }
span { border-color: rgb(102,156,205); }
td.TdClassName
{
border-color: #669CCD;
}
.TagClassName
{
border-color: #669CCD;
}
</style>