Shades of Picton Blue #64ADCE
Tints of Picton Blue #64ADCE
RGB
CMYK
RGB Variations
Color information
#64ADCE (or 0x64ADCE) is known color: Picton Blue. HEX triplet: 64, AD and CE. RGB value is (100,173,206). Sum of RGB (Red+Green+Blue) = 100+173+206=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #64ADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADCE is #9B5231. Grayscale: #9A9A9A. Windows color (decimal): -10179122 or 13544804. OLE color: 13544804.
HSL color Cylindrical-coordinate representation of color #64ADCE: hue angle of 198.68º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64ADCE is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 173 | 206 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.19 |
| HSL | 198.68º | 0.52% | 0.6% | - |
| HSV(B) | 198.68º | 0.51% | 0.81% | - |
| XYZ | 31.34 | 37.05 | 63.89 | - |
| YUV | 154.94 | 156.82 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 206 | 0.51 | 0.16 | 0 | 0.19 | 198.68 | 0.52 | 0.6 |
| Hex | 64 | AD | CE | 33 | 10 | 0 | 13 | C7 | 34 | 3C |
| Octal | 144 | 255 | 316 | 63 | 20 | 0 | 23 | 307 | 64 | 74 |
| Binary | 1100100 | 10101101 | 11001110 | 110011 | 10000 | 0 | 10011 | 11000111 | 110100 | 111100 |
Color Harmonies of #64ADCE
Complementary color
Monochromatic Colors of #64ADCE
Black with #64ADCE
Text Example
Text Example
White with #64ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ADCE; }
p { color: rgb(100,173,206); }
H1.HeaderClassName
{
color: #64ADCE;
}
.AnyTagClassName
{
color: #64ADCE;
}
</style>
background-color css
<style>
a { background-color: #64ADCE; }
a { background-color: rgb(100,173,206); }
div.DivClassName
{
background-color: #64ADCE;
}
.BgClassName
{
background-color: #64ADCE;
}
</style>
border-color css
<style>
span { border-color: #64ADCE; }
span { border-color: rgb(100,173,206); }
td.TdClassName
{
border-color: #64ADCE;
}
.TagClassName
{
border-color: #64ADCE;
}
</style>