Shades of Picton Blue #64ADC9
Tints of Picton Blue #64ADC9
RGB
CMYK
RGB Variations
Color information
#64ADC9 (or 0x64ADC9) is known color: Picton Blue. HEX triplet: 64, AD and C9. RGB value is (100,173,201). Sum of RGB (Red+Green+Blue) = 100+173+201=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #64ADC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADC9 is #9B5236. Grayscale: #9A9A9A. Windows color (decimal): -10179127 or 13217124. OLE color: 13217124.
HSL color Cylindrical-coordinate representation of color #64ADC9: hue angle of 196.63º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64ADC9 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 173 | 201 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.21 |
| HSL | 196.63º | 0.48% | 0.59% | - |
| HSV(B) | 196.63º | 0.5% | 0.79% | - |
| XYZ | 30.74 | 36.81 | 60.74 | - |
| YUV | 154.37 | 154.32 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 201 | 0.50 | 0.14 | 0 | 0.21 | 196.63 | 0.48 | 0.59 |
| Hex | 64 | AD | C9 | 32 | E | 0 | 15 | C5 | 30 | 3B |
| Octal | 144 | 255 | 311 | 62 | 16 | 0 | 25 | 305 | 60 | 73 |
| Binary | 1100100 | 10101101 | 11001001 | 110010 | 1110 | 0 | 10101 | 11000101 | 110000 | 111011 |
Color Harmonies of #64ADC9
Complementary color
Monochromatic Colors of #64ADC9
Black with #64ADC9
Text Example
Text Example
White with #64ADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ADC9; }
p { color: rgb(100,173,201); }
H1.HeaderClassName
{
color: #64ADC9;
}
.AnyTagClassName
{
color: #64ADC9;
}
</style>
background-color css
<style>
a { background-color: #64ADC9; }
a { background-color: rgb(100,173,201); }
div.DivClassName
{
background-color: #64ADC9;
}
.BgClassName
{
background-color: #64ADC9;
}
</style>
border-color css
<style>
span { border-color: #64ADC9; }
span { border-color: rgb(100,173,201); }
td.TdClassName
{
border-color: #64ADC9;
}
.TagClassName
{
border-color: #64ADC9;
}
</style>