Shades of Picton Blue #6F9FCC
Tints of Picton Blue #6F9FCC
RGB
CMYK
RGB Variations
Color information
#6F9FCC (or 0x6F9FCC) is known color: Picton Blue. HEX triplet: 6F, 9F and CC. RGB value is (111,159,204). Sum of RGB (Red+Green+Blue) = 111+159+204=474 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.42% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F9FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9FCC is #906033. Grayscale: #959595. Windows color (decimal): -9461812 or 13410159. OLE color: 13410159.
HSL color Cylindrical-coordinate representation of color #6F9FCC: hue angle of 209.03º 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 #6F9FCC is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 159 | 204 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.2 |
| HSL | 209.03º | 0.48% | 0.62% | - |
| HSV(B) | 209.03º | 0.46% | 0.8% | - |
| XYZ | 29.85 | 32.54 | 61.83 | - |
| YUV | 149.78 | 158.6 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 159 | 204 | 0.46 | 0.22 | 0 | 0.2 | 209.03 | 0.48 | 0.62 |
| Hex | 6F | 9F | CC | 2E | 16 | 0 | 14 | D1 | 30 | 3E |
| Octal | 157 | 237 | 314 | 56 | 26 | 0 | 24 | 321 | 60 | 76 |
| Binary | 1101111 | 10011111 | 11001100 | 101110 | 10110 | 0 | 10100 | 11010001 | 110000 | 111110 |
Color Harmonies of #6F9FCC
Complementary color
Monochromatic Colors of #6F9FCC
Black with #6F9FCC
Text Example
Text Example
White with #6F9FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9FCC; }
p { color: rgb(111,159,204); }
H1.HeaderClassName
{
color: #6F9FCC;
}
.AnyTagClassName
{
color: #6F9FCC;
}
</style>
background-color css
<style>
a { background-color: #6F9FCC; }
a { background-color: rgb(111,159,204); }
div.DivClassName
{
background-color: #6F9FCC;
}
.BgClassName
{
background-color: #6F9FCC;
}
</style>
border-color css
<style>
span { border-color: #6F9FCC; }
span { border-color: rgb(111,159,204); }
td.TdClassName
{
border-color: #6F9FCC;
}
.TagClassName
{
border-color: #6F9FCC;
}
</style>