Shades of Picton Blue #64ABCE
Tints of Picton Blue #64ABCE
RGB
CMYK
RGB Variations
Color information
#64ABCE (or 0x64ABCE) is known color: Picton Blue. HEX triplet: 64, AB and CE. RGB value is (100,171,206). Sum of RGB (Red+Green+Blue) = 100+171+206=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #64ABCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABCE is #9B5431. Grayscale: #999999. Windows color (decimal): -10179634 or 13544292. OLE color: 13544292.
HSL color Cylindrical-coordinate representation of color #64ABCE: hue angle of 199.81º 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 #64ABCE is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 171 | 206 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.19 |
| HSL | 199.81º | 0.52% | 0.6% | - |
| HSV(B) | 199.81º | 0.51% | 0.81% | - |
| XYZ | 30.96 | 36.29 | 63.77 | - |
| YUV | 153.76 | 157.48 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 206 | 0.51 | 0.17 | 0 | 0.19 | 199.81 | 0.52 | 0.6 |
| Hex | 64 | AB | CE | 33 | 11 | 0 | 13 | C8 | 34 | 3C |
| Octal | 144 | 253 | 316 | 63 | 21 | 0 | 23 | 310 | 64 | 74 |
| Binary | 1100100 | 10101011 | 11001110 | 110011 | 10001 | 0 | 10011 | 11001000 | 110100 | 111100 |
Color Harmonies of #64ABCE
Complementary color
Monochromatic Colors of #64ABCE
Black with #64ABCE
Text Example
Text Example
White with #64ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ABCE; }
p { color: rgb(100,171,206); }
H1.HeaderClassName
{
color: #64ABCE;
}
.AnyTagClassName
{
color: #64ABCE;
}
</style>
background-color css
<style>
a { background-color: #64ABCE; }
a { background-color: rgb(100,171,206); }
div.DivClassName
{
background-color: #64ABCE;
}
.BgClassName
{
background-color: #64ABCE;
}
</style>
border-color css
<style>
span { border-color: #64ABCE; }
span { border-color: rgb(100,171,206); }
td.TdClassName
{
border-color: #64ABCE;
}
.TagClassName
{
border-color: #64ABCE;
}
</style>