Shades of Picton Blue #6FA2CF
Tints of Picton Blue #6FA2CF
RGB
CMYK
RGB Variations
Color information
#6FA2CF (or 0x6FA2CF) is known color: Picton Blue. HEX triplet: 6F, A2 and CF. RGB value is (111,162,207). Sum of RGB (Red+Green+Blue) = 111+162+207=480 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.12% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FA2CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA2CF is #905D30. Grayscale: #979797. Windows color (decimal): -9461041 or 13607535. OLE color: 13607535.
HSL color Cylindrical-coordinate representation of color #6FA2CF: hue angle of 208.12º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FA2CF is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 162 | 207 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.19 |
| HSL | 208.13º | 0.5% | 0.62% | - |
| HSV(B) | 208.13º | 0.46% | 0.81% | - |
| XYZ | 30.74 | 33.73 | 63.92 | - |
| YUV | 151.88 | 159.1 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 162 | 207 | 0.46 | 0.22 | 0 | 0.19 | 208.13 | 0.5 | 0.62 |
| Hex | 6F | A2 | CF | 2E | 16 | 0 | 13 | D0 | 32 | 3E |
| Octal | 157 | 242 | 317 | 56 | 26 | 0 | 23 | 320 | 62 | 76 |
| Binary | 1101111 | 10100010 | 11001111 | 101110 | 10110 | 0 | 10011 | 11010000 | 110010 | 111110 |
Color Harmonies of #6FA2CF
Complementary color
Monochromatic Colors of #6FA2CF
Black with #6FA2CF
Text Example
Text Example
White with #6FA2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA2CF; }
p { color: rgb(111,162,207); }
H1.HeaderClassName
{
color: #6FA2CF;
}
.AnyTagClassName
{
color: #6FA2CF;
}
</style>
background-color css
<style>
a { background-color: #6FA2CF; }
a { background-color: rgb(111,162,207); }
div.DivClassName
{
background-color: #6FA2CF;
}
.BgClassName
{
background-color: #6FA2CF;
}
</style>
border-color css
<style>
span { border-color: #6FA2CF; }
span { border-color: rgb(111,162,207); }
td.TdClassName
{
border-color: #6FA2CF;
}
.TagClassName
{
border-color: #6FA2CF;
}
</style>