Shades of Picton Blue #65A8CF
Tints of Picton Blue #65A8CF
RGB
CMYK
RGB Variations
Color information
#65A8CF (or 0x65A8CF) is known color: Picton Blue. HEX triplet: 65, A8 and CF. RGB value is (101,168,207). Sum of RGB (Red+Green+Blue) = 101+168+207=476 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.22% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #65A8CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A8CF is #9A5730. Grayscale: #989898. Windows color (decimal): -10114865 or 13609061. OLE color: 13609061.
HSL color Cylindrical-coordinate representation of color #65A8CF: hue angle of 202.08º 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 #65A8CF is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 168 | 207 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.19 |
| HSL | 202.08º | 0.52% | 0.6% | - |
| HSV(B) | 202.08º | 0.51% | 0.81% | - |
| XYZ | 30.63 | 35.28 | 64.23 | - |
| YUV | 152.41 | 158.8 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 168 | 207 | 0.51 | 0.19 | 0 | 0.19 | 202.08 | 0.52 | 0.6 |
| Hex | 65 | A8 | CF | 33 | 13 | 0 | 13 | CA | 34 | 3C |
| Octal | 145 | 250 | 317 | 63 | 23 | 0 | 23 | 312 | 64 | 74 |
| Binary | 1100101 | 10101000 | 11001111 | 110011 | 10011 | 0 | 10011 | 11001010 | 110100 | 111100 |
Color Harmonies of #65A8CF
Complementary color
Monochromatic Colors of #65A8CF
Black with #65A8CF
Text Example
Text Example
White with #65A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A8CF; }
p { color: rgb(101,168,207); }
H1.HeaderClassName
{
color: #65A8CF;
}
.AnyTagClassName
{
color: #65A8CF;
}
</style>
background-color css
<style>
a { background-color: #65A8CF; }
a { background-color: rgb(101,168,207); }
div.DivClassName
{
background-color: #65A8CF;
}
.BgClassName
{
background-color: #65A8CF;
}
</style>
border-color css
<style>
span { border-color: #65A8CF; }
span { border-color: rgb(101,168,207); }
td.TdClassName
{
border-color: #65A8CF;
}
.TagClassName
{
border-color: #65A8CF;
}
</style>