Shades of Picton Blue #669BCD
Tints of Picton Blue #669BCD
RGB
CMYK
RGB Variations
Color information
#669BCD (or 0x669BCD) is known color: Picton Blue. HEX triplet: 66, 9B and CD. RGB value is (102,155,205). Sum of RGB (Red+Green+Blue) = 102+155+205=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #669BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669BCD is #996432. Grayscale: #909090. Windows color (decimal): -10052659 or 13474662. OLE color: 13474662.
HSL color Cylindrical-coordinate representation of color #669BCD: hue angle of 209.13º 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 #669BCD is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 155 | 205 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.20 |
| HSL | 209.13º | 0.51% | 0.6% | - |
| HSV(B) | 209.13º | 0.5% | 0.8% | - |
| XYZ | 28.22 | 30.68 | 62.19 | - |
| YUV | 144.85 | 161.94 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 205 | 0.50 | 0.24 | 0 | 0.20 | 209.13 | 0.51 | 0.6 |
| Hex | 66 | 9B | CD | 32 | 18 | 0 | 14 | D1 | 33 | 3C |
| Octal | 146 | 233 | 315 | 62 | 30 | 0 | 24 | 321 | 63 | 74 |
| Binary | 1100110 | 10011011 | 11001101 | 110010 | 11000 | 0 | 10100 | 11010001 | 110011 | 111100 |
Color Harmonies of #669BCD
Complementary color
Monochromatic Colors of #669BCD
Black with #669BCD
Text Example
Text Example
White with #669BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669BCD; }
p { color: rgb(102,155,205); }
H1.HeaderClassName
{
color: #669BCD;
}
.AnyTagClassName
{
color: #669BCD;
}
</style>
background-color css
<style>
a { background-color: #669BCD; }
a { background-color: rgb(102,155,205); }
div.DivClassName
{
background-color: #669BCD;
}
.BgClassName
{
background-color: #669BCD;
}
</style>
border-color css
<style>
span { border-color: #669BCD; }
span { border-color: rgb(102,155,205); }
td.TdClassName
{
border-color: #669BCD;
}
.TagClassName
{
border-color: #669BCD;
}
</style>