Shades of Picton Blue #64ABC9
Tints of Picton Blue #64ABC9
RGB
CMYK
RGB Variations
Color information
#64ABC9 (or 0x64ABC9) is known color: Picton Blue. HEX triplet: 64, AB and C9. RGB value is (100,171,201). Sum of RGB (Red+Green+Blue) = 100+171+201=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #64ABC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABC9 is #9B5436. Grayscale: #999999. Windows color (decimal): -10179639 or 13216612. OLE color: 13216612.
HSL color Cylindrical-coordinate representation of color #64ABC9: hue angle of 197.82º 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 #64ABC9 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 171 | 201 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.21 |
| HSL | 197.82º | 0.48% | 0.59% | - |
| HSV(B) | 197.82º | 0.5% | 0.79% | - |
| XYZ | 30.36 | 36.05 | 60.62 | - |
| YUV | 153.19 | 154.98 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 201 | 0.50 | 0.15 | 0 | 0.21 | 197.82 | 0.48 | 0.59 |
| Hex | 64 | AB | C9 | 32 | F | 0 | 15 | C6 | 30 | 3B |
| Octal | 144 | 253 | 311 | 62 | 17 | 0 | 25 | 306 | 60 | 73 |
| Binary | 1100100 | 10101011 | 11001001 | 110010 | 1111 | 0 | 10101 | 11000110 | 110000 | 111011 |
Color Harmonies of #64ABC9
Complementary color
Monochromatic Colors of #64ABC9
Black with #64ABC9
Text Example
Text Example
White with #64ABC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ABC9; }
p { color: rgb(100,171,201); }
H1.HeaderClassName
{
color: #64ABC9;
}
.AnyTagClassName
{
color: #64ABC9;
}
</style>
background-color css
<style>
a { background-color: #64ABC9; }
a { background-color: rgb(100,171,201); }
div.DivClassName
{
background-color: #64ABC9;
}
.BgClassName
{
background-color: #64ABC9;
}
</style>
border-color css
<style>
span { border-color: #64ABC9; }
span { border-color: rgb(100,171,201); }
td.TdClassName
{
border-color: #64ABC9;
}
.TagClassName
{
border-color: #64ABC9;
}
</style>