Shades of Picton Blue #66A1DF
Tints of Picton Blue #66A1DF
RGB
CMYK
RGB Variations
Color information
#66A1DF (or 0x66A1DF) is known color: Picton Blue. HEX triplet: 66, A1 and DF. RGB value is (102,161,223). Sum of RGB (Red+Green+Blue) = 102+161+223=486 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.99% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #66A1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A1DF is #995E20. Grayscale: #969696. Windows color (decimal): -10051105 or 14655846. OLE color: 14655846.
HSL color Cylindrical-coordinate representation of color #66A1DF: hue angle of 210.74º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66A1DF is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 161 | 223 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.13 |
| HSL | 210.74º | 0.65% | 0.64% | - |
| HSV(B) | 210.74º | 0.54% | 0.87% | - |
| XYZ | 31.54 | 33.64 | 74.64 | - |
| YUV | 150.43 | 168.95 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 161 | 223 | 0.54 | 0.28 | 0 | 0.13 | 210.74 | 0.65 | 0.64 |
| Hex | 66 | A1 | DF | 36 | 1C | 0 | D | D3 | 41 | 40 |
| Octal | 146 | 241 | 337 | 66 | 34 | 0 | 15 | 323 | 101 | 100 |
| Binary | 1100110 | 10100001 | 11011111 | 110110 | 11100 | 0 | 1101 | 11010011 | 1000001 | 1000000 |
Color Harmonies of #66A1DF
Complementary color
Monochromatic Colors of #66A1DF
Black with #66A1DF
Text Example
Text Example
White with #66A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A1DF; }
p { color: rgb(102,161,223); }
H1.HeaderClassName
{
color: #66A1DF;
}
.AnyTagClassName
{
color: #66A1DF;
}
</style>
background-color css
<style>
a { background-color: #66A1DF; }
a { background-color: rgb(102,161,223); }
div.DivClassName
{
background-color: #66A1DF;
}
.BgClassName
{
background-color: #66A1DF;
}
</style>
border-color css
<style>
span { border-color: #66A1DF; }
span { border-color: rgb(102,161,223); }
td.TdClassName
{
border-color: #66A1DF;
}
.TagClassName
{
border-color: #66A1DF;
}
</style>