Shades of Picton Blue #66A1C5
Tints of Picton Blue #66A1C5
RGB
CMYK
RGB Variations
Color information
#66A1C5 (or 0x66A1C5) is known color: Picton Blue. HEX triplet: 66, A1 and C5. RGB value is (102,161,197). Sum of RGB (Red+Green+Blue) = 102+161+197=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 197 - color contains mainly: blue. Hex color #66A1C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A1C5 is #995E3A. Grayscale: #939393. Windows color (decimal): -10051131 or 12951910. OLE color: 12951910.
HSL color Cylindrical-coordinate representation of color #66A1C5: hue angle of 202.74º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66A1C5 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 161 | 197 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.23 |
| HSL | 202.74º | 0.45% | 0.59% | - |
| HSV(B) | 202.74º | 0.48% | 0.77% | - |
| XYZ | 28.3 | 32.35 | 57.57 | - |
| YUV | 147.46 | 155.95 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 161 | 197 | 0.48 | 0.18 | 0 | 0.23 | 202.74 | 0.45 | 0.59 |
| Hex | 66 | A1 | C5 | 30 | 12 | 0 | 17 | CB | 2D | 3B |
| Octal | 146 | 241 | 305 | 60 | 22 | 0 | 27 | 313 | 55 | 73 |
| Binary | 1100110 | 10100001 | 11000101 | 110000 | 10010 | 0 | 10111 | 11001011 | 101101 | 111011 |
Color Harmonies of #66A1C5
Complementary color
Monochromatic Colors of #66A1C5
Black with #66A1C5
Text Example
Text Example
White with #66A1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A1C5; }
p { color: rgb(102,161,197); }
H1.HeaderClassName
{
color: #66A1C5;
}
.AnyTagClassName
{
color: #66A1C5;
}
</style>
background-color css
<style>
a { background-color: #66A1C5; }
a { background-color: rgb(102,161,197); }
div.DivClassName
{
background-color: #66A1C5;
}
.BgClassName
{
background-color: #66A1C5;
}
</style>
border-color css
<style>
span { border-color: #66A1C5; }
span { border-color: rgb(102,161,197); }
td.TdClassName
{
border-color: #66A1C5;
}
.TagClassName
{
border-color: #66A1C5;
}
</style>