Shades of Picton Blue #6FA7D0
Tints of Picton Blue #6FA7D0
RGB
CMYK
RGB Variations
Color information
#6FA7D0 (or 0x6FA7D0) is known color: Picton Blue. HEX triplet: 6F, A7 and D0. RGB value is (111,167,208). Sum of RGB (Red+Green+Blue) = 111+167+208=486 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.84% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #6FA7D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA7D0 is #90582F. Grayscale: #9A9A9A. Windows color (decimal): -9459760 or 13674351. OLE color: 13674351.
HSL color Cylindrical-coordinate representation of color #6FA7D0: hue angle of 205.36º 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 #6FA7D0 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 167 | 208 | - |
| CMYK | 0.47 | 0.20 | 0 | 0.18 |
| HSL | 205.36º | 0.51% | 0.63% | - |
| HSV(B) | 205.36º | 0.47% | 0.82% | - |
| XYZ | 31.76 | 35.57 | 64.87 | - |
| YUV | 154.93 | 157.95 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 167 | 208 | 0.47 | 0.20 | 0 | 0.18 | 205.36 | 0.51 | 0.63 |
| Hex | 6F | A7 | D0 | 2F | 14 | 0 | 12 | CD | 33 | 3F |
| Octal | 157 | 247 | 320 | 57 | 24 | 0 | 22 | 315 | 63 | 77 |
| Binary | 1101111 | 10100111 | 11010000 | 101111 | 10100 | 0 | 10010 | 11001101 | 110011 | 111111 |
Color Harmonies of #6FA7D0
Complementary color
Monochromatic Colors of #6FA7D0
Black with #6FA7D0
Text Example
Text Example
White with #6FA7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA7D0; }
p { color: rgb(111,167,208); }
H1.HeaderClassName
{
color: #6FA7D0;
}
.AnyTagClassName
{
color: #6FA7D0;
}
</style>
background-color css
<style>
a { background-color: #6FA7D0; }
a { background-color: rgb(111,167,208); }
div.DivClassName
{
background-color: #6FA7D0;
}
.BgClassName
{
background-color: #6FA7D0;
}
</style>
border-color css
<style>
span { border-color: #6FA7D0; }
span { border-color: rgb(111,167,208); }
td.TdClassName
{
border-color: #6FA7D0;
}
.TagClassName
{
border-color: #6FA7D0;
}
</style>