Shades of Picton Blue #66A0CC
Tints of Picton Blue #66A0CC
RGB
CMYK
RGB Variations
Color information
#66A0CC (or 0x66A0CC) is known color: Picton Blue. HEX triplet: 66, A0 and CC. RGB value is (102,160,204). Sum of RGB (Red+Green+Blue) = 102+160+204=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #66A0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A0CC is #995F33. Grayscale: #939393. Windows color (decimal): -10051380 or 13410406. OLE color: 13410406.
HSL color Cylindrical-coordinate representation of color #66A0CC: hue angle of 205.88º 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 #66A0CC is Cyan = 0.5, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 160 | 204 | - |
| CMYK | 0.5 | 0.22 | 0 | 0.2 |
| HSL | 205.88º | 0.5% | 0.6% | - |
| HSV(B) | 205.88º | 0.5% | 0.8% | - |
| XYZ | 28.95 | 32.33 | 61.84 | - |
| YUV | 147.67 | 159.78 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 160 | 204 | 0.5 | 0.22 | 0 | 0.2 | 205.88 | 0.5 | 0.6 |
| Hex | 66 | A0 | CC | 32 | 16 | 0 | 14 | CE | 32 | 3C |
| Octal | 146 | 240 | 314 | 62 | 26 | 0 | 24 | 316 | 62 | 74 |
| Binary | 1100110 | 10100000 | 11001100 | 110010 | 10110 | 0 | 10100 | 11001110 | 110010 | 111100 |
Color Harmonies of #66A0CC
Complementary color
Monochromatic Colors of #66A0CC
Black with #66A0CC
Text Example
Text Example
White with #66A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A0CC; }
p { color: rgb(102,160,204); }
H1.HeaderClassName
{
color: #66A0CC;
}
.AnyTagClassName
{
color: #66A0CC;
}
</style>
background-color css
<style>
a { background-color: #66A0CC; }
a { background-color: rgb(102,160,204); }
div.DivClassName
{
background-color: #66A0CC;
}
.BgClassName
{
background-color: #66A0CC;
}
</style>
border-color css
<style>
span { border-color: #66A0CC; }
span { border-color: rgb(102,160,204); }
td.TdClassName
{
border-color: #66A0CC;
}
.TagClassName
{
border-color: #66A0CC;
}
</style>