Shades of Picton Blue #66A4CF
Tints of Picton Blue #66A4CF
RGB
CMYK
RGB Variations
Color information
#66A4CF (or 0x66A4CF) is known color: Picton Blue. HEX triplet: 66, A4 and CF. RGB value is (102,164,207). Sum of RGB (Red+Green+Blue) = 102+164+207=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #66A4CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A4CF is #995B30. Grayscale: #969696. Windows color (decimal): -10050353 or 13608038. OLE color: 13608038.
HSL color Cylindrical-coordinate representation of color #66A4CF: hue angle of 204.57º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66A4CF is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 164 | 207 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.19 |
| HSL | 204.57º | 0.52% | 0.61% | - |
| HSV(B) | 204.57º | 0.51% | 0.81% | - |
| XYZ | 30.02 | 33.88 | 63.99 | - |
| YUV | 150.36 | 159.96 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 164 | 207 | 0.51 | 0.21 | 0 | 0.19 | 204.57 | 0.52 | 0.61 |
| Hex | 66 | A4 | CF | 33 | 15 | 0 | 13 | CD | 34 | 3D |
| Octal | 146 | 244 | 317 | 63 | 25 | 0 | 23 | 315 | 64 | 75 |
| Binary | 1100110 | 10100100 | 11001111 | 110011 | 10101 | 0 | 10011 | 11001101 | 110100 | 111101 |
Color Harmonies of #66A4CF
Complementary color
Monochromatic Colors of #66A4CF
Black with #66A4CF
Text Example
Text Example
White with #66A4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A4CF; }
p { color: rgb(102,164,207); }
H1.HeaderClassName
{
color: #66A4CF;
}
.AnyTagClassName
{
color: #66A4CF;
}
</style>
background-color css
<style>
a { background-color: #66A4CF; }
a { background-color: rgb(102,164,207); }
div.DivClassName
{
background-color: #66A4CF;
}
.BgClassName
{
background-color: #66A4CF;
}
</style>
border-color css
<style>
span { border-color: #66A4CF; }
span { border-color: rgb(102,164,207); }
td.TdClassName
{
border-color: #66A4CF;
}
.TagClassName
{
border-color: #66A4CF;
}
</style>