Shades of Picton Blue #6597CF
Tints of Picton Blue #6597CF
RGB
CMYK
RGB Variations
Color information
#6597CF (or 0x6597CF) is known color: Picton Blue. HEX triplet: 65, 97 and CF. RGB value is (101,151,207). Sum of RGB (Red+Green+Blue) = 101+151+207=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #6597CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6597CF is #9A6830. Grayscale: #8E8E8E. Windows color (decimal): -10119217 or 13604709. OLE color: 13604709.
HSL color Cylindrical-coordinate representation of color #6597CF: hue angle of 211.7º 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 #6597CF is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 151 | 207 | - |
| CMYK | 0.51 | 0.27 | 0 | 0.19 |
| HSL | 211.7º | 0.52% | 0.6% | - |
| HSV(B) | 211.7º | 0.51% | 0.81% | - |
| XYZ | 27.7 | 29.4 | 63.25 | - |
| YUV | 142.43 | 164.44 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 151 | 207 | 0.51 | 0.27 | 0 | 0.19 | 211.7 | 0.52 | 0.6 |
| Hex | 65 | 97 | CF | 33 | 1B | 0 | 13 | D4 | 34 | 3C |
| Octal | 145 | 227 | 317 | 63 | 33 | 0 | 23 | 324 | 64 | 74 |
| Binary | 1100101 | 10010111 | 11001111 | 110011 | 11011 | 0 | 10011 | 11010100 | 110100 | 111100 |
Color Harmonies of #6597CF
Complementary color
Monochromatic Colors of #6597CF
Black with #6597CF
Text Example
Text Example
White with #6597CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6597CF; }
p { color: rgb(101,151,207); }
H1.HeaderClassName
{
color: #6597CF;
}
.AnyTagClassName
{
color: #6597CF;
}
</style>
background-color css
<style>
a { background-color: #6597CF; }
a { background-color: rgb(101,151,207); }
div.DivClassName
{
background-color: #6597CF;
}
.BgClassName
{
background-color: #6597CF;
}
</style>
border-color css
<style>
span { border-color: #6597CF; }
span { border-color: rgb(101,151,207); }
td.TdClassName
{
border-color: #6597CF;
}
.TagClassName
{
border-color: #6597CF;
}
</style>