Shades of Picton Blue #6F96D0
Tints of Picton Blue #6F96D0
RGB
CMYK
RGB Variations
Color information
#6F96D0 (or 0x6F96D0) is known color: Picton Blue. HEX triplet: 6F, 96 and D0. RGB value is (111,150,208). Sum of RGB (Red+Green+Blue) = 111+150+208=469 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.67% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #6F96D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F96D0 is #90692F. Grayscale: #909090. Windows color (decimal): -9464112 or 13669999. OLE color: 13669999.
HSL color Cylindrical-coordinate representation of color #6F96D0: hue angle of 215.88º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F96D0 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 150 | 208 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.18 |
| HSL | 215.88º | 0.51% | 0.63% | - |
| HSV(B) | 215.88º | 0.47% | 0.82% | - |
| XYZ | 28.85 | 29.75 | 63.9 | - |
| YUV | 144.95 | 163.58 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 150 | 208 | 0.47 | 0.28 | 0 | 0.18 | 215.88 | 0.51 | 0.63 |
| Hex | 6F | 96 | D0 | 2F | 1C | 0 | 12 | D8 | 33 | 3F |
| Octal | 157 | 226 | 320 | 57 | 34 | 0 | 22 | 330 | 63 | 77 |
| Binary | 1101111 | 10010110 | 11010000 | 101111 | 11100 | 0 | 10010 | 11011000 | 110011 | 111111 |
Color Harmonies of #6F96D0
Complementary color
Monochromatic Colors of #6F96D0
Black with #6F96D0
Text Example
Text Example
White with #6F96D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F96D0; }
p { color: rgb(111,150,208); }
H1.HeaderClassName
{
color: #6F96D0;
}
.AnyTagClassName
{
color: #6F96D0;
}
</style>
background-color css
<style>
a { background-color: #6F96D0; }
a { background-color: rgb(111,150,208); }
div.DivClassName
{
background-color: #6F96D0;
}
.BgClassName
{
background-color: #6F96D0;
}
</style>
border-color css
<style>
span { border-color: #6F96D0; }
span { border-color: rgb(111,150,208); }
td.TdClassName
{
border-color: #6F96D0;
}
.TagClassName
{
border-color: #6F96D0;
}
</style>