Shades of Picton Blue #6596CB
Tints of Picton Blue #6596CB
RGB
CMYK
RGB Variations
Color information
#6596CB (or 0x6596CB) is known color: Picton Blue. HEX triplet: 65, 96 and CB. RGB value is (101,150,203). Sum of RGB (Red+Green+Blue) = 101+150+203=454 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.25% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #6596CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6596CB is #9A6934. Grayscale: #8D8D8D. Windows color (decimal): -10119477 or 13342309. OLE color: 13342309.
HSL color Cylindrical-coordinate representation of color #6596CB: hue angle of 211.18º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6596CB is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 150 | 203 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.20 |
| HSL | 211.18º | 0.5% | 0.6% | - |
| HSV(B) | 211.18º | 0.5% | 0.8% | - |
| XYZ | 27.05 | 28.89 | 60.65 | - |
| YUV | 141.39 | 162.77 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 150 | 203 | 0.50 | 0.26 | 0 | 0.20 | 211.18 | 0.5 | 0.6 |
| Hex | 65 | 96 | CB | 32 | 1A | 0 | 14 | D3 | 32 | 3C |
| Octal | 145 | 226 | 313 | 62 | 32 | 0 | 24 | 323 | 62 | 74 |
| Binary | 1100101 | 10010110 | 11001011 | 110010 | 11010 | 0 | 10100 | 11010011 | 110010 | 111100 |
Color Harmonies of #6596CB
Complementary color
Monochromatic Colors of #6596CB
Black with #6596CB
Text Example
Text Example
White with #6596CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6596CB; }
p { color: rgb(101,150,203); }
H1.HeaderClassName
{
color: #6596CB;
}
.AnyTagClassName
{
color: #6596CB;
}
</style>
background-color css
<style>
a { background-color: #6596CB; }
a { background-color: rgb(101,150,203); }
div.DivClassName
{
background-color: #6596CB;
}
.BgClassName
{
background-color: #6596CB;
}
</style>
border-color css
<style>
span { border-color: #6596CB; }
span { border-color: rgb(101,150,203); }
td.TdClassName
{
border-color: #6596CB;
}
.TagClassName
{
border-color: #6596CB;
}
</style>