Shades of Picton Blue #64AFCD
Tints of Picton Blue #64AFCD
RGB
CMYK
RGB Variations
Color information
#64AFCD (or 0x64AFCD) is known color: Picton Blue. HEX triplet: 64, AF and CD. RGB value is (100,175,205). Sum of RGB (Red+Green+Blue) = 100+175+205=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #64AFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AFCD is #9B5032. Grayscale: #9B9B9B. Windows color (decimal): -10178611 or 13479780. OLE color: 13479780.
HSL color Cylindrical-coordinate representation of color #64AFCD: hue angle of 197.14º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64AFCD is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 175 | 205 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.20 |
| HSL | 197.14º | 0.51% | 0.6% | - |
| HSV(B) | 197.14º | 0.51% | 0.8% | - |
| XYZ | 31.6 | 37.78 | 63.38 | - |
| YUV | 156 | 155.65 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 205 | 0.51 | 0.15 | 0 | 0.20 | 197.14 | 0.51 | 0.6 |
| Hex | 64 | AF | CD | 33 | F | 0 | 14 | C5 | 33 | 3C |
| Octal | 144 | 257 | 315 | 63 | 17 | 0 | 24 | 305 | 63 | 74 |
| Binary | 1100100 | 10101111 | 11001101 | 110011 | 1111 | 0 | 10100 | 11000101 | 110011 | 111100 |
Color Harmonies of #64AFCD
Complementary color
Monochromatic Colors of #64AFCD
Black with #64AFCD
Text Example
Text Example
White with #64AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AFCD; }
p { color: rgb(100,175,205); }
H1.HeaderClassName
{
color: #64AFCD;
}
.AnyTagClassName
{
color: #64AFCD;
}
</style>
background-color css
<style>
a { background-color: #64AFCD; }
a { background-color: rgb(100,175,205); }
div.DivClassName
{
background-color: #64AFCD;
}
.BgClassName
{
background-color: #64AFCD;
}
</style>
border-color css
<style>
span { border-color: #64AFCD; }
span { border-color: rgb(100,175,205); }
td.TdClassName
{
border-color: #64AFCD;
}
.TagClassName
{
border-color: #64AFCD;
}
</style>