Shades of Picton Blue #669DC9
Tints of Picton Blue #669DC9
RGB
CMYK
RGB Variations
Color information
#669DC9 (or 0x669DC9) is known color: Picton Blue. HEX triplet: 66, 9D and C9. RGB value is (102,157,201). Sum of RGB (Red+Green+Blue) = 102+157+201=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 201 - color contains mainly: blue. Hex color #669DC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669DC9 is #996236. Grayscale: #919191. Windows color (decimal): -10052151 or 13213030. OLE color: 13213030.
HSL color Cylindrical-coordinate representation of color #669DC9: hue angle of 206.67º 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 #669DC9 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 157 | 201 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.21 |
| HSL | 206.67º | 0.48% | 0.59% | - |
| HSV(B) | 206.67º | 0.49% | 0.79% | - |
| XYZ | 28.08 | 31.16 | 59.79 | - |
| YUV | 145.57 | 159.28 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 201 | 0.49 | 0.22 | 0 | 0.21 | 206.67 | 0.48 | 0.59 |
| Hex | 66 | 9D | C9 | 31 | 16 | 0 | 15 | CF | 30 | 3B |
| Octal | 146 | 235 | 311 | 61 | 26 | 0 | 25 | 317 | 60 | 73 |
| Binary | 1100110 | 10011101 | 11001001 | 110001 | 10110 | 0 | 10101 | 11001111 | 110000 | 111011 |
Color Harmonies of #669DC9
Complementary color
Monochromatic Colors of #669DC9
Black with #669DC9
Text Example
Text Example
White with #669DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669DC9; }
p { color: rgb(102,157,201); }
H1.HeaderClassName
{
color: #669DC9;
}
.AnyTagClassName
{
color: #669DC9;
}
</style>
background-color css
<style>
a { background-color: #669DC9; }
a { background-color: rgb(102,157,201); }
div.DivClassName
{
background-color: #669DC9;
}
.BgClassName
{
background-color: #669DC9;
}
</style>
border-color css
<style>
span { border-color: #669DC9; }
span { border-color: rgb(102,157,201); }
td.TdClassName
{
border-color: #669DC9;
}
.TagClassName
{
border-color: #669DC9;
}
</style>