Shades of Picton Blue #669DCF
Tints of Picton Blue #669DCF
RGB
CMYK
RGB Variations
Color information
#669DCF (or 0x669DCF) is known color: Picton Blue. HEX triplet: 66, 9D and CF. RGB value is (102,157,207). Sum of RGB (Red+Green+Blue) = 102+157+207=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #669DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669DCF is #996230. Grayscale: #929292. Windows color (decimal): -10052145 or 13606246. OLE color: 13606246.
HSL color Cylindrical-coordinate representation of color #669DCF: hue angle of 208.57º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #669DCF is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 157 | 207 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.19 |
| HSL | 208.57º | 0.52% | 0.61% | - |
| HSV(B) | 208.57º | 0.51% | 0.81% | - |
| XYZ | 28.8 | 31.44 | 63.58 | - |
| YUV | 146.26 | 162.28 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 207 | 0.51 | 0.24 | 0 | 0.19 | 208.57 | 0.52 | 0.61 |
| Hex | 66 | 9D | CF | 33 | 18 | 0 | 13 | D1 | 34 | 3D |
| Octal | 146 | 235 | 317 | 63 | 30 | 0 | 23 | 321 | 64 | 75 |
| Binary | 1100110 | 10011101 | 11001111 | 110011 | 11000 | 0 | 10011 | 11010001 | 110100 | 111101 |
Color Harmonies of #669DCF
Complementary color
Monochromatic Colors of #669DCF
Black with #669DCF
Text Example
Text Example
White with #669DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669DCF; }
p { color: rgb(102,157,207); }
H1.HeaderClassName
{
color: #669DCF;
}
.AnyTagClassName
{
color: #669DCF;
}
</style>
background-color css
<style>
a { background-color: #669DCF; }
a { background-color: rgb(102,157,207); }
div.DivClassName
{
background-color: #669DCF;
}
.BgClassName
{
background-color: #669DCF;
}
</style>
border-color css
<style>
span { border-color: #669DCF; }
span { border-color: rgb(102,157,207); }
td.TdClassName
{
border-color: #669DCF;
}
.TagClassName
{
border-color: #669DCF;
}
</style>