Shades of Picton Blue #6F9FCD
Tints of Picton Blue #6F9FCD
RGB
CMYK
RGB Variations
Color information
#6F9FCD (or 0x6F9FCD) is known color: Picton Blue. HEX triplet: 6F, 9F and CD. RGB value is (111,159,205). Sum of RGB (Red+Green+Blue) = 111+159+205=475 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.37% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F9FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9FCD is #906032. Grayscale: #959595. Windows color (decimal): -9461811 or 13475695. OLE color: 13475695.
HSL color Cylindrical-coordinate representation of color #6F9FCD: hue angle of 209.36º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F9FCD is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 159 | 205 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.20 |
| HSL | 209.36º | 0.48% | 0.62% | - |
| HSV(B) | 209.36º | 0.46% | 0.8% | - |
| XYZ | 29.97 | 32.58 | 62.47 | - |
| YUV | 149.89 | 159.1 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 159 | 205 | 0.46 | 0.22 | 0 | 0.20 | 209.36 | 0.48 | 0.62 |
| Hex | 6F | 9F | CD | 2E | 16 | 0 | 14 | D1 | 30 | 3E |
| Octal | 157 | 237 | 315 | 56 | 26 | 0 | 24 | 321 | 60 | 76 |
| Binary | 1101111 | 10011111 | 11001101 | 101110 | 10110 | 0 | 10100 | 11010001 | 110000 | 111110 |
Color Harmonies of #6F9FCD
Complementary color
Monochromatic Colors of #6F9FCD
Black with #6F9FCD
Text Example
Text Example
White with #6F9FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9FCD; }
p { color: rgb(111,159,205); }
H1.HeaderClassName
{
color: #6F9FCD;
}
.AnyTagClassName
{
color: #6F9FCD;
}
</style>
background-color css
<style>
a { background-color: #6F9FCD; }
a { background-color: rgb(111,159,205); }
div.DivClassName
{
background-color: #6F9FCD;
}
.BgClassName
{
background-color: #6F9FCD;
}
</style>
border-color css
<style>
span { border-color: #6F9FCD; }
span { border-color: rgb(111,159,205); }
td.TdClassName
{
border-color: #6F9FCD;
}
.TagClassName
{
border-color: #6F9FCD;
}
</style>