Shades of Picton Blue #65A8D0
Tints of Picton Blue #65A8D0
RGB
CMYK
RGB Variations
Color information
#65A8D0 (or 0x65A8D0) is known color: Picton Blue. HEX triplet: 65, A8 and D0. RGB value is (101,168,208). Sum of RGB (Red+Green+Blue) = 101+168+208=477 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.17% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #65A8D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A8D0 is #9A572F. Grayscale: #989898. Windows color (decimal): -10114864 or 13674597. OLE color: 13674597.
HSL color Cylindrical-coordinate representation of color #65A8D0: hue angle of 202.43º 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 #65A8D0 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 168 | 208 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.18 |
| HSL | 202.43º | 0.53% | 0.61% | - |
| HSV(B) | 202.43º | 0.51% | 0.82% | - |
| XYZ | 30.75 | 35.33 | 64.87 | - |
| YUV | 152.53 | 159.3 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 168 | 208 | 0.51 | 0.19 | 0 | 0.18 | 202.43 | 0.53 | 0.61 |
| Hex | 65 | A8 | D0 | 33 | 13 | 0 | 12 | CA | 35 | 3D |
| Octal | 145 | 250 | 320 | 63 | 23 | 0 | 22 | 312 | 65 | 75 |
| Binary | 1100101 | 10101000 | 11010000 | 110011 | 10011 | 0 | 10010 | 11001010 | 110101 | 111101 |
Color Harmonies of #65A8D0
Complementary color
Monochromatic Colors of #65A8D0
Black with #65A8D0
Text Example
Text Example
White with #65A8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A8D0; }
p { color: rgb(101,168,208); }
H1.HeaderClassName
{
color: #65A8D0;
}
.AnyTagClassName
{
color: #65A8D0;
}
</style>
background-color css
<style>
a { background-color: #65A8D0; }
a { background-color: rgb(101,168,208); }
div.DivClassName
{
background-color: #65A8D0;
}
.BgClassName
{
background-color: #65A8D0;
}
</style>
border-color css
<style>
span { border-color: #65A8D0; }
span { border-color: rgb(101,168,208); }
td.TdClassName
{
border-color: #65A8D0;
}
.TagClassName
{
border-color: #65A8D0;
}
</style>