Shades of Picton Blue #65A0D0
Tints of Picton Blue #65A0D0
RGB
CMYK
RGB Variations
Color information
#65A0D0 (or 0x65A0D0) is known color: Picton Blue. HEX triplet: 65, A0 and D0. RGB value is (101,160,208). Sum of RGB (Red+Green+Blue) = 101+160+208=469 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.54% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #65A0D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A0D0 is #9A5F2F. Grayscale: #939393. Windows color (decimal): -10116912 or 13672549. OLE color: 13672549.
HSL color Cylindrical-coordinate representation of color #65A0D0: hue angle of 206.92º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65A0D0 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 160 | 208 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.18 |
| HSL | 206.92º | 0.53% | 0.61% | - |
| HSV(B) | 206.92º | 0.51% | 0.82% | - |
| XYZ | 29.32 | 32.46 | 64.39 | - |
| YUV | 147.83 | 161.95 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 160 | 208 | 0.51 | 0.23 | 0 | 0.18 | 206.92 | 0.53 | 0.61 |
| Hex | 65 | A0 | D0 | 33 | 17 | 0 | 12 | CF | 35 | 3D |
| Octal | 145 | 240 | 320 | 63 | 27 | 0 | 22 | 317 | 65 | 75 |
| Binary | 1100101 | 10100000 | 11010000 | 110011 | 10111 | 0 | 10010 | 11001111 | 110101 | 111101 |
Color Harmonies of #65A0D0
Complementary color
Monochromatic Colors of #65A0D0
Black with #65A0D0
Text Example
Text Example
White with #65A0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A0D0; }
p { color: rgb(101,160,208); }
H1.HeaderClassName
{
color: #65A0D0;
}
.AnyTagClassName
{
color: #65A0D0;
}
</style>
background-color css
<style>
a { background-color: #65A0D0; }
a { background-color: rgb(101,160,208); }
div.DivClassName
{
background-color: #65A0D0;
}
.BgClassName
{
background-color: #65A0D0;
}
</style>
border-color css
<style>
span { border-color: #65A0D0; }
span { border-color: rgb(101,160,208); }
td.TdClassName
{
border-color: #65A0D0;
}
.TagClassName
{
border-color: #65A0D0;
}
</style>