Shades of Picton Blue #64ABCA
Tints of Picton Blue #64ABCA
RGB
CMYK
RGB Variations
Color information
#64ABCA (or 0x64ABCA) is known color: Picton Blue. HEX triplet: 64, AB and CA. RGB value is (100,171,202). Sum of RGB (Red+Green+Blue) = 100+171+202=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #64ABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABCA is #9B5435. Grayscale: #999999. Windows color (decimal): -10179638 or 13282148. OLE color: 13282148.
HSL color Cylindrical-coordinate representation of color #64ABCA: hue angle of 198.24º degrees, saturation: 0.49, 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 #64ABCA is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 171 | 202 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.21 |
| HSL | 198.24º | 0.49% | 0.59% | - |
| HSV(B) | 198.24º | 0.5% | 0.79% | - |
| XYZ | 30.48 | 36.1 | 61.24 | - |
| YUV | 153.31 | 155.48 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 202 | 0.50 | 0.15 | 0 | 0.21 | 198.24 | 0.49 | 0.59 |
| Hex | 64 | AB | CA | 32 | F | 0 | 15 | C6 | 31 | 3B |
| Octal | 144 | 253 | 312 | 62 | 17 | 0 | 25 | 306 | 61 | 73 |
| Binary | 1100100 | 10101011 | 11001010 | 110010 | 1111 | 0 | 10101 | 11000110 | 110001 | 111011 |
Color Harmonies of #64ABCA
Complementary color
Monochromatic Colors of #64ABCA
Black with #64ABCA
Text Example
Text Example
White with #64ABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ABCA; }
p { color: rgb(100,171,202); }
H1.HeaderClassName
{
color: #64ABCA;
}
.AnyTagClassName
{
color: #64ABCA;
}
</style>
background-color css
<style>
a { background-color: #64ABCA; }
a { background-color: rgb(100,171,202); }
div.DivClassName
{
background-color: #64ABCA;
}
.BgClassName
{
background-color: #64ABCA;
}
</style>
border-color css
<style>
span { border-color: #64ABCA; }
span { border-color: rgb(100,171,202); }
td.TdClassName
{
border-color: #64ABCA;
}
.TagClassName
{
border-color: #64ABCA;
}
</style>