Shades of Picton Blue #6FA6CA
Tints of Picton Blue #6FA6CA
RGB
CMYK
RGB Variations
Color information
#6FA6CA (or 0x6FA6CA) is known color: Picton Blue. HEX triplet: 6F, A6 and CA. RGB value is (111,166,202). Sum of RGB (Red+Green+Blue) = 111+166+202=479 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.17% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #6FA6CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA6CA is #905935. Grayscale: #999999. Windows color (decimal): -9460022 or 13280879. OLE color: 13280879.
HSL color Cylindrical-coordinate representation of color #6FA6CA: hue angle of 203.74º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FA6CA is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 166 | 202 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.21 |
| HSL | 203.74º | 0.46% | 0.61% | - |
| HSV(B) | 203.74º | 0.45% | 0.79% | - |
| XYZ | 30.85 | 34.92 | 60.99 | - |
| YUV | 153.66 | 155.28 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 166 | 202 | 0.45 | 0.18 | 0 | 0.21 | 203.74 | 0.46 | 0.61 |
| Hex | 6F | A6 | CA | 2D | 12 | 0 | 15 | CC | 2E | 3D |
| Octal | 157 | 246 | 312 | 55 | 22 | 0 | 25 | 314 | 56 | 75 |
| Binary | 1101111 | 10100110 | 11001010 | 101101 | 10010 | 0 | 10101 | 11001100 | 101110 | 111101 |
Color Harmonies of #6FA6CA
Complementary color
Monochromatic Colors of #6FA6CA
Black with #6FA6CA
Text Example
Text Example
White with #6FA6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA6CA; }
p { color: rgb(111,166,202); }
H1.HeaderClassName
{
color: #6FA6CA;
}
.AnyTagClassName
{
color: #6FA6CA;
}
</style>
background-color css
<style>
a { background-color: #6FA6CA; }
a { background-color: rgb(111,166,202); }
div.DivClassName
{
background-color: #6FA6CA;
}
.BgClassName
{
background-color: #6FA6CA;
}
</style>
border-color css
<style>
span { border-color: #6FA6CA; }
span { border-color: rgb(111,166,202); }
td.TdClassName
{
border-color: #6FA6CA;
}
.TagClassName
{
border-color: #6FA6CA;
}
</style>