Shades of Picton Blue #669CC9
Tints of Picton Blue #669CC9
RGB
CMYK
RGB Variations
Color information
#669CC9 (or 0x669CC9) is known color: Picton Blue. HEX triplet: 66, 9C and C9. RGB value is (102,156,201). Sum of RGB (Red+Green+Blue) = 102+156+201=459 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.22% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 201 - color contains mainly: blue. Hex color #669CC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669CC9 is #996336. Grayscale: #909090. Windows color (decimal): -10052407 or 13212774. OLE color: 13212774.
HSL color Cylindrical-coordinate representation of color #669CC9: hue angle of 207.27º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #669CC9 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 156 | 201 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.21 |
| HSL | 207.27º | 0.48% | 0.59% | - |
| HSV(B) | 207.27º | 0.49% | 0.79% | - |
| XYZ | 27.91 | 30.82 | 59.74 | - |
| YUV | 144.98 | 159.61 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 201 | 0.49 | 0.22 | 0 | 0.21 | 207.27 | 0.48 | 0.59 |
| Hex | 66 | 9C | C9 | 31 | 16 | 0 | 15 | CF | 30 | 3B |
| Octal | 146 | 234 | 311 | 61 | 26 | 0 | 25 | 317 | 60 | 73 |
| Binary | 1100110 | 10011100 | 11001001 | 110001 | 10110 | 0 | 10101 | 11001111 | 110000 | 111011 |
Color Harmonies of #669CC9
Complementary color
Monochromatic Colors of #669CC9
Black with #669CC9
Text Example
Text Example
White with #669CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669CC9; }
p { color: rgb(102,156,201); }
H1.HeaderClassName
{
color: #669CC9;
}
.AnyTagClassName
{
color: #669CC9;
}
</style>
background-color css
<style>
a { background-color: #669CC9; }
a { background-color: rgb(102,156,201); }
div.DivClassName
{
background-color: #669CC9;
}
.BgClassName
{
background-color: #669CC9;
}
</style>
border-color css
<style>
span { border-color: #669CC9; }
span { border-color: rgb(102,156,201); }
td.TdClassName
{
border-color: #669CC9;
}
.TagClassName
{
border-color: #669CC9;
}
</style>