Shades of Picton Blue #659ACE
Tints of Picton Blue #659ACE
RGB
CMYK
RGB Variations
Color information
#659ACE (or 0x659ACE) is known color: Picton Blue. HEX triplet: 65, 9A and CE. RGB value is (101,154,206). Sum of RGB (Red+Green+Blue) = 101+154+206=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #659ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659ACE is #9A6531. Grayscale: #8F8F8F. Windows color (decimal): -10118450 or 13539941. OLE color: 13539941.
HSL color Cylindrical-coordinate representation of color #659ACE: hue angle of 209.71º 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 #659ACE is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 154 | 206 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.19 |
| HSL | 209.71º | 0.52% | 0.6% | - |
| HSV(B) | 209.71º | 0.51% | 0.81% | - |
| XYZ | 28.06 | 30.33 | 62.77 | - |
| YUV | 144.08 | 162.94 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 154 | 206 | 0.51 | 0.25 | 0 | 0.19 | 209.71 | 0.52 | 0.6 |
| Hex | 65 | 9A | CE | 33 | 19 | 0 | 13 | D2 | 34 | 3C |
| Octal | 145 | 232 | 316 | 63 | 31 | 0 | 23 | 322 | 64 | 74 |
| Binary | 1100101 | 10011010 | 11001110 | 110011 | 11001 | 0 | 10011 | 11010010 | 110100 | 111100 |
Color Harmonies of #659ACE
Complementary color
Monochromatic Colors of #659ACE
Black with #659ACE
Text Example
Text Example
White with #659ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659ACE; }
p { color: rgb(101,154,206); }
H1.HeaderClassName
{
color: #659ACE;
}
.AnyTagClassName
{
color: #659ACE;
}
</style>
background-color css
<style>
a { background-color: #659ACE; }
a { background-color: rgb(101,154,206); }
div.DivClassName
{
background-color: #659ACE;
}
.BgClassName
{
background-color: #659ACE;
}
</style>
border-color css
<style>
span { border-color: #659ACE; }
span { border-color: rgb(101,154,206); }
td.TdClassName
{
border-color: #659ACE;
}
.TagClassName
{
border-color: #659ACE;
}
</style>