Shades of Picton Blue #6A96CF
Tints of Picton Blue #6A96CF
RGB
CMYK
RGB Variations
Color information
#6A96CF (or 0x6A96CF) is known color: Picton Blue. HEX triplet: 6A, 96 and CF. RGB value is (106,150,207). Sum of RGB (Red+Green+Blue) = 106+150+207=463 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.89% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A96CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A96CF is #956930. Grayscale: #8F8F8F. Windows color (decimal): -9791793 or 13604458. OLE color: 13604458.
HSL color Cylindrical-coordinate representation of color #6A96CF: hue angle of 213.86º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A96CF is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 150 | 207 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.19 |
| HSL | 213.86º | 0.51% | 0.61% | - |
| HSV(B) | 213.86º | 0.49% | 0.81% | - |
| XYZ | 28.11 | 29.38 | 63.22 | - |
| YUV | 143.34 | 163.92 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 150 | 207 | 0.49 | 0.28 | 0 | 0.19 | 213.86 | 0.51 | 0.61 |
| Hex | 6A | 96 | CF | 31 | 1C | 0 | 13 | D6 | 33 | 3D |
| Octal | 152 | 226 | 317 | 61 | 34 | 0 | 23 | 326 | 63 | 75 |
| Binary | 1101010 | 10010110 | 11001111 | 110001 | 11100 | 0 | 10011 | 11010110 | 110011 | 111101 |
Color Harmonies of #6A96CF
Complementary color
Monochromatic Colors of #6A96CF
Black with #6A96CF
Text Example
Text Example
White with #6A96CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A96CF; }
p { color: rgb(106,150,207); }
H1.HeaderClassName
{
color: #6A96CF;
}
.AnyTagClassName
{
color: #6A96CF;
}
</style>
background-color css
<style>
a { background-color: #6A96CF; }
a { background-color: rgb(106,150,207); }
div.DivClassName
{
background-color: #6A96CF;
}
.BgClassName
{
background-color: #6A96CF;
}
</style>
border-color css
<style>
span { border-color: #6A96CF; }
span { border-color: rgb(106,150,207); }
td.TdClassName
{
border-color: #6A96CF;
}
.TagClassName
{
border-color: #6A96CF;
}
</style>