Shades of Picton Blue #64A8CF
Tints of Picton Blue #64A8CF
RGB
CMYK
RGB Variations
Color information
#64A8CF (or 0x64A8CF) is known color: Picton Blue. HEX triplet: 64, A8 and CF. RGB value is (100,168,207). Sum of RGB (Red+Green+Blue) = 100+168+207=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #64A8CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A8CF is #9B5730. Grayscale: #979797. Windows color (decimal): -10180401 or 13609060. OLE color: 13609060.
HSL color Cylindrical-coordinate representation of color #64A8CF: hue angle of 201.87º 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 #64A8CF is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 168 | 207 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.19 |
| HSL | 201.87º | 0.53% | 0.6% | - |
| HSV(B) | 201.87º | 0.52% | 0.81% | - |
| XYZ | 30.52 | 35.22 | 64.22 | - |
| YUV | 152.11 | 158.97 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 168 | 207 | 0.52 | 0.19 | 0 | 0.19 | 201.87 | 0.53 | 0.6 |
| Hex | 64 | A8 | CF | 34 | 13 | 0 | 13 | CA | 35 | 3C |
| Octal | 144 | 250 | 317 | 64 | 23 | 0 | 23 | 312 | 65 | 74 |
| Binary | 1100100 | 10101000 | 11001111 | 110100 | 10011 | 0 | 10011 | 11001010 | 110101 | 111100 |
Color Harmonies of #64A8CF
Complementary color
Monochromatic Colors of #64A8CF
Black with #64A8CF
Text Example
Text Example
White with #64A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A8CF; }
p { color: rgb(100,168,207); }
H1.HeaderClassName
{
color: #64A8CF;
}
.AnyTagClassName
{
color: #64A8CF;
}
</style>
background-color css
<style>
a { background-color: #64A8CF; }
a { background-color: rgb(100,168,207); }
div.DivClassName
{
background-color: #64A8CF;
}
.BgClassName
{
background-color: #64A8CF;
}
</style>
border-color css
<style>
span { border-color: #64A8CF; }
span { border-color: rgb(100,168,207); }
td.TdClassName
{
border-color: #64A8CF;
}
.TagClassName
{
border-color: #64A8CF;
}
</style>