Shades of Picton Blue #64AECF
Tints of Picton Blue #64AECF
RGB
CMYK
RGB Variations
Color information
#64AECF (or 0x64AECF) is known color: Picton Blue. HEX triplet: 64, AE and CF. RGB value is (100,174,207). Sum of RGB (Red+Green+Blue) = 100+174+207=481 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.79% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #64AECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AECF is #9B5130. Grayscale: #9B9B9B. Windows color (decimal): -10178865 or 13610596. OLE color: 13610596.
HSL color Cylindrical-coordinate representation of color #64AECF: hue angle of 198.5º 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 #64AECF is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 174 | 207 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.19 |
| HSL | 198.5º | 0.53% | 0.6% | - |
| HSV(B) | 198.5º | 0.52% | 0.81% | - |
| XYZ | 31.65 | 37.49 | 64.6 | - |
| YUV | 155.64 | 156.98 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 174 | 207 | 0.52 | 0.16 | 0 | 0.19 | 198.5 | 0.53 | 0.6 |
| Hex | 64 | AE | CF | 34 | 10 | 0 | 13 | C7 | 35 | 3C |
| Octal | 144 | 256 | 317 | 64 | 20 | 0 | 23 | 307 | 65 | 74 |
| Binary | 1100100 | 10101110 | 11001111 | 110100 | 10000 | 0 | 10011 | 11000111 | 110101 | 111100 |
Color Harmonies of #64AECF
Complementary color
Monochromatic Colors of #64AECF
Black with #64AECF
Text Example
Text Example
White with #64AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AECF; }
p { color: rgb(100,174,207); }
H1.HeaderClassName
{
color: #64AECF;
}
.AnyTagClassName
{
color: #64AECF;
}
</style>
background-color css
<style>
a { background-color: #64AECF; }
a { background-color: rgb(100,174,207); }
div.DivClassName
{
background-color: #64AECF;
}
.BgClassName
{
background-color: #64AECF;
}
</style>
border-color css
<style>
span { border-color: #64AECF; }
span { border-color: rgb(100,174,207); }
td.TdClassName
{
border-color: #64AECF;
}
.TagClassName
{
border-color: #64AECF;
}
</style>