Shades of Picton Blue #65A5CE
Tints of Picton Blue #65A5CE
RGB
CMYK
RGB Variations
Color information
#65A5CE (or 0x65A5CE) is known color: Picton Blue. HEX triplet: 65, A5 and CE. RGB value is (101,165,206). Sum of RGB (Red+Green+Blue) = 101+165+206=472 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.40% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #65A5CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A5CE is #9A5A31. Grayscale: #969696. Windows color (decimal): -10115634 or 13542757. OLE color: 13542757.
HSL color Cylindrical-coordinate representation of color #65A5CE: hue angle of 203.43º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65A5CE is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 165 | 206 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.19 |
| HSL | 203.43º | 0.52% | 0.6% | - |
| HSV(B) | 203.43º | 0.51% | 0.81% | - |
| XYZ | 29.96 | 34.13 | 63.4 | - |
| YUV | 150.54 | 159.3 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 165 | 206 | 0.51 | 0.20 | 0 | 0.19 | 203.43 | 0.52 | 0.6 |
| Hex | 65 | A5 | CE | 33 | 14 | 0 | 13 | CB | 34 | 3C |
| Octal | 145 | 245 | 316 | 63 | 24 | 0 | 23 | 313 | 64 | 74 |
| Binary | 1100101 | 10100101 | 11001110 | 110011 | 10100 | 0 | 10011 | 11001011 | 110100 | 111100 |
Color Harmonies of #65A5CE
Complementary color
Monochromatic Colors of #65A5CE
Black with #65A5CE
Text Example
Text Example
White with #65A5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A5CE; }
p { color: rgb(101,165,206); }
H1.HeaderClassName
{
color: #65A5CE;
}
.AnyTagClassName
{
color: #65A5CE;
}
</style>
background-color css
<style>
a { background-color: #65A5CE; }
a { background-color: rgb(101,165,206); }
div.DivClassName
{
background-color: #65A5CE;
}
.BgClassName
{
background-color: #65A5CE;
}
</style>
border-color css
<style>
span { border-color: #65A5CE; }
span { border-color: rgb(101,165,206); }
td.TdClassName
{
border-color: #65A5CE;
}
.TagClassName
{
border-color: #65A5CE;
}
</style>