Shades of Picton Blue #64ADCD
Tints of Picton Blue #64ADCD
RGB
CMYK
RGB Variations
Color information
#64ADCD (or 0x64ADCD) is known color: Picton Blue. HEX triplet: 64, AD and CD. RGB value is (100,173,205). Sum of RGB (Red+Green+Blue) = 100+173+205=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #64ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADCD is #9B5232. Grayscale: #9A9A9A. Windows color (decimal): -10179123 or 13479268. OLE color: 13479268.
HSL color Cylindrical-coordinate representation of color #64ADCD: hue angle of 198.29º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64ADCD is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 173 | 205 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.20 |
| HSL | 198.29º | 0.51% | 0.6% | - |
| HSV(B) | 198.29º | 0.51% | 0.8% | - |
| XYZ | 31.22 | 37 | 63.25 | - |
| YUV | 154.82 | 156.32 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 205 | 0.51 | 0.16 | 0 | 0.20 | 198.29 | 0.51 | 0.6 |
| Hex | 64 | AD | CD | 33 | 10 | 0 | 14 | C6 | 33 | 3C |
| Octal | 144 | 255 | 315 | 63 | 20 | 0 | 24 | 306 | 63 | 74 |
| Binary | 1100100 | 10101101 | 11001101 | 110011 | 10000 | 0 | 10100 | 11000110 | 110011 | 111100 |
Color Harmonies of #64ADCD
Complementary color
Monochromatic Colors of #64ADCD
Black with #64ADCD
Text Example
Text Example
White with #64ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ADCD; }
p { color: rgb(100,173,205); }
H1.HeaderClassName
{
color: #64ADCD;
}
.AnyTagClassName
{
color: #64ADCD;
}
</style>
background-color css
<style>
a { background-color: #64ADCD; }
a { background-color: rgb(100,173,205); }
div.DivClassName
{
background-color: #64ADCD;
}
.BgClassName
{
background-color: #64ADCD;
}
</style>
border-color css
<style>
span { border-color: #64ADCD; }
span { border-color: rgb(100,173,205); }
td.TdClassName
{
border-color: #64ADCD;
}
.TagClassName
{
border-color: #64ADCD;
}
</style>