Shades of Picton Blue #6596D6
Tints of Picton Blue #6596D6
RGB
CMYK
RGB Variations
Color information
#6596D6 (or 0x6596D6) is known color: Picton Blue. HEX triplet: 65, 96 and D6. RGB value is (101,150,214). Sum of RGB (Red+Green+Blue) = 101+150+214=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 214 - color contains mainly: blue. Hex color #6596D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6596D6 is #9A6929. Grayscale: #8E8E8E. Windows color (decimal): -10119466 or 14063205. OLE color: 14063205.
HSL color Cylindrical-coordinate representation of color #6596D6: hue angle of 213.98º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6596D6 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 150 | 214 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.16 |
| HSL | 213.98º | 0.58% | 0.62% | - |
| HSV(B) | 213.98º | 0.53% | 0.84% | - |
| XYZ | 28.41 | 29.43 | 67.8 | - |
| YUV | 142.65 | 168.27 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 150 | 214 | 0.53 | 0.30 | 0 | 0.16 | 213.98 | 0.58 | 0.62 |
| Hex | 65 | 96 | D6 | 35 | 1E | 0 | 10 | D6 | 3A | 3E |
| Octal | 145 | 226 | 326 | 65 | 36 | 0 | 20 | 326 | 72 | 76 |
| Binary | 1100101 | 10010110 | 11010110 | 110101 | 11110 | 0 | 10000 | 11010110 | 111010 | 111110 |
Color Harmonies of #6596D6
Complementary color
Monochromatic Colors of #6596D6
Black with #6596D6
Text Example
Text Example
White with #6596D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6596D6; }
p { color: rgb(101,150,214); }
H1.HeaderClassName
{
color: #6596D6;
}
.AnyTagClassName
{
color: #6596D6;
}
</style>
background-color css
<style>
a { background-color: #6596D6; }
a { background-color: rgb(101,150,214); }
div.DivClassName
{
background-color: #6596D6;
}
.BgClassName
{
background-color: #6596D6;
}
</style>
border-color css
<style>
span { border-color: #6596D6; }
span { border-color: rgb(101,150,214); }
td.TdClassName
{
border-color: #6596D6;
}
.TagClassName
{
border-color: #6596D6;
}
</style>