Shades of Picton Blue #659DCE
Tints of Picton Blue #659DCE
RGB
CMYK
RGB Variations
Color information
#659DCE (or 0x659DCE) is known color: Picton Blue. HEX triplet: 65, 9D and CE. RGB value is (101,157,206). Sum of RGB (Red+Green+Blue) = 101+157+206=464 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.77% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #659DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659DCE is #9A6231. Grayscale: #919191. Windows color (decimal): -10117682 or 13540709. OLE color: 13540709.
HSL color Cylindrical-coordinate representation of color #659DCE: hue angle of 208º 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 #659DCE is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 157 | 206 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.19 |
| HSL | 208º | 0.52% | 0.6% | - |
| HSV(B) | 208º | 0.51% | 0.81% | - |
| XYZ | 28.56 | 31.34 | 62.94 | - |
| YUV | 145.84 | 161.95 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 206 | 0.51 | 0.24 | 0 | 0.19 | 208 | 0.52 | 0.6 |
| Hex | 65 | 9D | CE | 33 | 18 | 0 | 13 | D0 | 34 | 3C |
| Octal | 145 | 235 | 316 | 63 | 30 | 0 | 23 | 320 | 64 | 74 |
| Binary | 1100101 | 10011101 | 11001110 | 110011 | 11000 | 0 | 10011 | 11010000 | 110100 | 111100 |
Color Harmonies of #659DCE
Complementary color
Monochromatic Colors of #659DCE
Black with #659DCE
Text Example
Text Example
White with #659DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659DCE; }
p { color: rgb(101,157,206); }
H1.HeaderClassName
{
color: #659DCE;
}
.AnyTagClassName
{
color: #659DCE;
}
</style>
background-color css
<style>
a { background-color: #659DCE; }
a { background-color: rgb(101,157,206); }
div.DivClassName
{
background-color: #659DCE;
}
.BgClassName
{
background-color: #659DCE;
}
</style>
border-color css
<style>
span { border-color: #659DCE; }
span { border-color: rgb(101,157,206); }
td.TdClassName
{
border-color: #659DCE;
}
.TagClassName
{
border-color: #659DCE;
}
</style>