Shades of Picton Blue #6FA7CF
Tints of Picton Blue #6FA7CF
RGB
CMYK
RGB Variations
Color information
#6FA7CF (or 0x6FA7CF) is known color: Picton Blue. HEX triplet: 6F, A7 and CF. RGB value is (111,167,207). Sum of RGB (Red+Green+Blue) = 111+167+207=485 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.89% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FA7CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA7CF is #905830. Grayscale: #9A9A9A. Windows color (decimal): -9459761 or 13608815. OLE color: 13608815.
HSL color Cylindrical-coordinate representation of color #6FA7CF: hue angle of 205º 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 #6FA7CF is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 167 | 207 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.19 |
| HSL | 205º | 0.5% | 0.62% | - |
| HSV(B) | 205º | 0.46% | 0.81% | - |
| XYZ | 31.64 | 35.52 | 64.22 | - |
| YUV | 154.82 | 157.45 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 167 | 207 | 0.46 | 0.19 | 0 | 0.19 | 205 | 0.5 | 0.62 |
| Hex | 6F | A7 | CF | 2E | 13 | 0 | 13 | CD | 32 | 3E |
| Octal | 157 | 247 | 317 | 56 | 23 | 0 | 23 | 315 | 62 | 76 |
| Binary | 1101111 | 10100111 | 11001111 | 101110 | 10011 | 0 | 10011 | 11001101 | 110010 | 111110 |
Color Harmonies of #6FA7CF
Complementary color
Monochromatic Colors of #6FA7CF
Black with #6FA7CF
Text Example
Text Example
White with #6FA7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA7CF; }
p { color: rgb(111,167,207); }
H1.HeaderClassName
{
color: #6FA7CF;
}
.AnyTagClassName
{
color: #6FA7CF;
}
</style>
background-color css
<style>
a { background-color: #6FA7CF; }
a { background-color: rgb(111,167,207); }
div.DivClassName
{
background-color: #6FA7CF;
}
.BgClassName
{
background-color: #6FA7CF;
}
</style>
border-color css
<style>
span { border-color: #6FA7CF; }
span { border-color: rgb(111,167,207); }
td.TdClassName
{
border-color: #6FA7CF;
}
.TagClassName
{
border-color: #6FA7CF;
}
</style>