Shades of Picton Blue #64ADCF
Tints of Picton Blue #64ADCF
RGB
CMYK
RGB Variations
Color information
#64ADCF (or 0x64ADCF) is known color: Picton Blue. HEX triplet: 64, AD and CF. RGB value is (100,173,207). Sum of RGB (Red+Green+Blue) = 100+173+207=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #64ADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADCF is #9B5230. Grayscale: #9A9A9A. Windows color (decimal): -10179121 or 13610340. OLE color: 13610340.
HSL color Cylindrical-coordinate representation of color #64ADCF: hue angle of 199.07º 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 #64ADCF is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 173 | 207 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.19 |
| HSL | 199.07º | 0.53% | 0.6% | - |
| HSV(B) | 199.07º | 0.52% | 0.81% | - |
| XYZ | 31.46 | 37.1 | 64.53 | - |
| YUV | 155.05 | 157.32 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 207 | 0.52 | 0.16 | 0 | 0.19 | 199.07 | 0.53 | 0.6 |
| Hex | 64 | AD | CF | 34 | 10 | 0 | 13 | C7 | 35 | 3C |
| Octal | 144 | 255 | 317 | 64 | 20 | 0 | 23 | 307 | 65 | 74 |
| Binary | 1100100 | 10101101 | 11001111 | 110100 | 10000 | 0 | 10011 | 11000111 | 110101 | 111100 |
Color Harmonies of #64ADCF
Complementary color
Monochromatic Colors of #64ADCF
Black with #64ADCF
Text Example
Text Example
White with #64ADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ADCF; }
p { color: rgb(100,173,207); }
H1.HeaderClassName
{
color: #64ADCF;
}
.AnyTagClassName
{
color: #64ADCF;
}
</style>
background-color css
<style>
a { background-color: #64ADCF; }
a { background-color: rgb(100,173,207); }
div.DivClassName
{
background-color: #64ADCF;
}
.BgClassName
{
background-color: #64ADCF;
}
</style>
border-color css
<style>
span { border-color: #64ADCF; }
span { border-color: rgb(100,173,207); }
td.TdClassName
{
border-color: #64ADCF;
}
.TagClassName
{
border-color: #64ADCF;
}
</style>