Shades of Picton Blue #64ABCF
Tints of Picton Blue #64ABCF
RGB
CMYK
RGB Variations
Color information
#64ABCF (or 0x64ABCF) is known color: Picton Blue. HEX triplet: 64, AB and CF. RGB value is (100,171,207). Sum of RGB (Red+Green+Blue) = 100+171+207=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #64ABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABCF is #9B5430. Grayscale: #999999. Windows color (decimal): -10179633 or 13609828. OLE color: 13609828.
HSL color Cylindrical-coordinate representation of color #64ABCF: hue angle of 200.19º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64ABCF is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 171 | 207 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.19 |
| HSL | 200.19º | 0.53% | 0.6% | - |
| HSV(B) | 200.19º | 0.52% | 0.81% | - |
| XYZ | 31.08 | 36.34 | 64.41 | - |
| YUV | 153.88 | 157.98 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 207 | 0.52 | 0.17 | 0 | 0.19 | 200.19 | 0.53 | 0.6 |
| Hex | 64 | AB | CF | 34 | 11 | 0 | 13 | C8 | 35 | 3C |
| Octal | 144 | 253 | 317 | 64 | 21 | 0 | 23 | 310 | 65 | 74 |
| Binary | 1100100 | 10101011 | 11001111 | 110100 | 10001 | 0 | 10011 | 11001000 | 110101 | 111100 |
Color Harmonies of #64ABCF
Complementary color
Monochromatic Colors of #64ABCF
Black with #64ABCF
Text Example
Text Example
White with #64ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ABCF; }
p { color: rgb(100,171,207); }
H1.HeaderClassName
{
color: #64ABCF;
}
.AnyTagClassName
{
color: #64ABCF;
}
</style>
background-color css
<style>
a { background-color: #64ABCF; }
a { background-color: rgb(100,171,207); }
div.DivClassName
{
background-color: #64ABCF;
}
.BgClassName
{
background-color: #64ABCF;
}
</style>
border-color css
<style>
span { border-color: #64ABCF; }
span { border-color: rgb(100,171,207); }
td.TdClassName
{
border-color: #64ABCF;
}
.TagClassName
{
border-color: #64ABCF;
}
</style>