Shades of Picton Blue #6596CF
Tints of Picton Blue #6596CF
RGB
CMYK
RGB Variations
Color information
#6596CF (or 0x6596CF) is known color: Picton Blue. HEX triplet: 65, 96 and CF. RGB value is (101,150,207). Sum of RGB (Red+Green+Blue) = 101+150+207=458 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.05% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #6596CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6596CF is #9A6930. Grayscale: #8D8D8D. Windows color (decimal): -10119473 or 13604453. OLE color: 13604453.
HSL color Cylindrical-coordinate representation of color #6596CF: hue angle of 212.26º 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 #6596CF is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 150 | 207 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.19 |
| HSL | 212.26º | 0.52% | 0.6% | - |
| HSV(B) | 212.26º | 0.51% | 0.81% | - |
| XYZ | 27.54 | 29.08 | 63.19 | - |
| YUV | 141.85 | 164.77 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 150 | 207 | 0.51 | 0.28 | 0 | 0.19 | 212.26 | 0.52 | 0.6 |
| Hex | 65 | 96 | CF | 33 | 1C | 0 | 13 | D4 | 34 | 3C |
| Octal | 145 | 226 | 317 | 63 | 34 | 0 | 23 | 324 | 64 | 74 |
| Binary | 1100101 | 10010110 | 11001111 | 110011 | 11100 | 0 | 10011 | 11010100 | 110100 | 111100 |
Color Harmonies of #6596CF
Complementary color
Monochromatic Colors of #6596CF
Black with #6596CF
Text Example
Text Example
White with #6596CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6596CF; }
p { color: rgb(101,150,207); }
H1.HeaderClassName
{
color: #6596CF;
}
.AnyTagClassName
{
color: #6596CF;
}
</style>
background-color css
<style>
a { background-color: #6596CF; }
a { background-color: rgb(101,150,207); }
div.DivClassName
{
background-color: #6596CF;
}
.BgClassName
{
background-color: #6596CF;
}
</style>
border-color css
<style>
span { border-color: #6596CF; }
span { border-color: rgb(101,150,207); }
td.TdClassName
{
border-color: #6596CF;
}
.TagClassName
{
border-color: #6596CF;
}
</style>