Shades of Picton Blue #66A7CC
Tints of Picton Blue #66A7CC
RGB
CMYK
RGB Variations
Color information
#66A7CC (or 0x66A7CC) is known color: Picton Blue. HEX triplet: 66, A7 and CC. RGB value is (102,167,204). Sum of RGB (Red+Green+Blue) = 102+167+204=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #66A7CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A7CC is #995833. Grayscale: #979797. Windows color (decimal): -10049588 or 13412198. OLE color: 13412198.
HSL color Cylindrical-coordinate representation of color #66A7CC: hue angle of 201.76º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66A7CC is Cyan = 0.5, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 167 | 204 | - |
| CMYK | 0.5 | 0.18 | 0 | 0.2 |
| HSL | 201.76º | 0.5% | 0.6% | - |
| HSV(B) | 201.76º | 0.5% | 0.8% | - |
| XYZ | 30.2 | 34.82 | 62.26 | - |
| YUV | 151.78 | 157.47 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 167 | 204 | 0.5 | 0.18 | 0 | 0.2 | 201.76 | 0.5 | 0.6 |
| Hex | 66 | A7 | CC | 32 | 12 | 0 | 14 | CA | 32 | 3C |
| Octal | 146 | 247 | 314 | 62 | 22 | 0 | 24 | 312 | 62 | 74 |
| Binary | 1100110 | 10100111 | 11001100 | 110010 | 10010 | 0 | 10100 | 11001010 | 110010 | 111100 |
Color Harmonies of #66A7CC
Complementary color
Monochromatic Colors of #66A7CC
Black with #66A7CC
Text Example
Text Example
White with #66A7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A7CC; }
p { color: rgb(102,167,204); }
H1.HeaderClassName
{
color: #66A7CC;
}
.AnyTagClassName
{
color: #66A7CC;
}
</style>
background-color css
<style>
a { background-color: #66A7CC; }
a { background-color: rgb(102,167,204); }
div.DivClassName
{
background-color: #66A7CC;
}
.BgClassName
{
background-color: #66A7CC;
}
</style>
border-color css
<style>
span { border-color: #66A7CC; }
span { border-color: rgb(102,167,204); }
td.TdClassName
{
border-color: #66A7CC;
}
.TagClassName
{
border-color: #66A7CC;
}
</style>