Shades of Picton Blue #66A8D7
Tints of Picton Blue #66A8D7
RGB
CMYK
RGB Variations
Color information
#66A8D7 (or 0x66A8D7) is known color: Picton Blue. HEX triplet: 66, A8 and D7. RGB value is (102,168,215). Sum of RGB (Red+Green+Blue) = 102+168+215=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #66A8D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A8D7 is #995728. Grayscale: #999999. Windows color (decimal): -10049321 or 14133350. OLE color: 14133350.
HSL color Cylindrical-coordinate representation of color #66A8D7: hue angle of 204.96º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66A8D7 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 168 | 215 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.16 |
| HSL | 204.96º | 0.59% | 0.62% | - |
| HSV(B) | 204.96º | 0.53% | 0.84% | - |
| XYZ | 31.75 | 35.74 | 69.51 | - |
| YUV | 153.62 | 162.63 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 168 | 215 | 0.53 | 0.22 | 0 | 0.16 | 204.96 | 0.59 | 0.62 |
| Hex | 66 | A8 | D7 | 35 | 16 | 0 | 10 | CD | 3B | 3E |
| Octal | 146 | 250 | 327 | 65 | 26 | 0 | 20 | 315 | 73 | 76 |
| Binary | 1100110 | 10101000 | 11010111 | 110101 | 10110 | 0 | 10000 | 11001101 | 111011 | 111110 |
Color Harmonies of #66A8D7
Complementary color
Monochromatic Colors of #66A8D7
Black with #66A8D7
Text Example
Text Example
White with #66A8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A8D7; }
p { color: rgb(102,168,215); }
H1.HeaderClassName
{
color: #66A8D7;
}
.AnyTagClassName
{
color: #66A8D7;
}
</style>
background-color css
<style>
a { background-color: #66A8D7; }
a { background-color: rgb(102,168,215); }
div.DivClassName
{
background-color: #66A8D7;
}
.BgClassName
{
background-color: #66A8D7;
}
</style>
border-color css
<style>
span { border-color: #66A8D7; }
span { border-color: rgb(102,168,215); }
td.TdClassName
{
border-color: #66A8D7;
}
.TagClassName
{
border-color: #66A8D7;
}
</style>