Shades of Picton Blue #66A6DF
Tints of Picton Blue #66A6DF
RGB
CMYK
RGB Variations
Color information
#66A6DF (or 0x66A6DF) is known color: Picton Blue. HEX triplet: 66, A6 and DF. RGB value is (102,166,223). Sum of RGB (Red+Green+Blue) = 102+166+223=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #66A6DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A6DF is #995920. Grayscale: #999999. Windows color (decimal): -10049825 or 14657126. OLE color: 14657126.
HSL color Cylindrical-coordinate representation of color #66A6DF: hue angle of 208.26º 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 #66A6DF is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 166 | 223 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.13 |
| HSL | 208.26º | 0.65% | 0.64% | - |
| HSV(B) | 208.26º | 0.54% | 0.87% | - |
| XYZ | 32.43 | 35.42 | 74.94 | - |
| YUV | 153.36 | 167.3 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 166 | 223 | 0.54 | 0.26 | 0 | 0.13 | 208.26 | 0.65 | 0.64 |
| Hex | 66 | A6 | DF | 36 | 1A | 0 | D | D0 | 41 | 40 |
| Octal | 146 | 246 | 337 | 66 | 32 | 0 | 15 | 320 | 101 | 100 |
| Binary | 1100110 | 10100110 | 11011111 | 110110 | 11010 | 0 | 1101 | 11010000 | 1000001 | 1000000 |
Color Harmonies of #66A6DF
Complementary color
Monochromatic Colors of #66A6DF
Black with #66A6DF
Text Example
Text Example
White with #66A6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A6DF; }
p { color: rgb(102,166,223); }
H1.HeaderClassName
{
color: #66A6DF;
}
.AnyTagClassName
{
color: #66A6DF;
}
</style>
background-color css
<style>
a { background-color: #66A6DF; }
a { background-color: rgb(102,166,223); }
div.DivClassName
{
background-color: #66A6DF;
}
.BgClassName
{
background-color: #66A6DF;
}
</style>
border-color css
<style>
span { border-color: #66A6DF; }
span { border-color: rgb(102,166,223); }
td.TdClassName
{
border-color: #66A6DF;
}
.TagClassName
{
border-color: #66A6DF;
}
</style>