Shades of Picton Blue #669ECC
Tints of Picton Blue #669ECC
RGB
CMYK
RGB Variations
Color information
#669ECC (or 0x669ECC) is known color: Picton Blue. HEX triplet: 66, 9E and CC. RGB value is (102,158,204). Sum of RGB (Red+Green+Blue) = 102+158+204=464 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.98% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #669ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669ECC is #996133. Grayscale: #929292. Windows color (decimal): -10051892 or 13409894. OLE color: 13409894.
HSL color Cylindrical-coordinate representation of color #669ECC: hue angle of 207.06º degrees, saturation: 0.5, 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 #669ECC is Cyan = 0.5, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 158 | 204 | - |
| CMYK | 0.5 | 0.23 | 0 | 0.2 |
| HSL | 207.06º | 0.5% | 0.6% | - |
| HSV(B) | 207.06º | 0.5% | 0.8% | - |
| XYZ | 28.61 | 31.64 | 61.73 | - |
| YUV | 146.5 | 160.45 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 204 | 0.5 | 0.23 | 0 | 0.2 | 207.06 | 0.5 | 0.6 |
| Hex | 66 | 9E | CC | 32 | 17 | 0 | 14 | CF | 32 | 3C |
| Octal | 146 | 236 | 314 | 62 | 27 | 0 | 24 | 317 | 62 | 74 |
| Binary | 1100110 | 10011110 | 11001100 | 110010 | 10111 | 0 | 10100 | 11001111 | 110010 | 111100 |
Color Harmonies of #669ECC
Complementary color
Monochromatic Colors of #669ECC
Black with #669ECC
Text Example
Text Example
White with #669ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669ECC; }
p { color: rgb(102,158,204); }
H1.HeaderClassName
{
color: #669ECC;
}
.AnyTagClassName
{
color: #669ECC;
}
</style>
background-color css
<style>
a { background-color: #669ECC; }
a { background-color: rgb(102,158,204); }
div.DivClassName
{
background-color: #669ECC;
}
.BgClassName
{
background-color: #669ECC;
}
</style>
border-color css
<style>
span { border-color: #669ECC; }
span { border-color: rgb(102,158,204); }
td.TdClassName
{
border-color: #669ECC;
}
.TagClassName
{
border-color: #669ECC;
}
</style>