Shades of Picton Blue #6FA2CB
Tints of Picton Blue #6FA2CB
RGB
CMYK
RGB Variations
Color information
#6FA2CB (or 0x6FA2CB) is known color: Picton Blue. HEX triplet: 6F, A2 and CB. RGB value is (111,162,203). Sum of RGB (Red+Green+Blue) = 111+162+203=476 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.32% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #6FA2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA2CB is #905D34. Grayscale: #979797. Windows color (decimal): -9461045 or 13345391. OLE color: 13345391.
HSL color Cylindrical-coordinate representation of color #6FA2CB: hue angle of 206.74º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FA2CB is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 162 | 203 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.20 |
| HSL | 206.74º | 0.47% | 0.62% | - |
| HSV(B) | 206.74º | 0.45% | 0.8% | - |
| XYZ | 30.26 | 33.53 | 61.38 | - |
| YUV | 151.43 | 157.1 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 162 | 203 | 0.45 | 0.20 | 0 | 0.20 | 206.74 | 0.47 | 0.62 |
| Hex | 6F | A2 | CB | 2D | 14 | 0 | 14 | CF | 2F | 3E |
| Octal | 157 | 242 | 313 | 55 | 24 | 0 | 24 | 317 | 57 | 76 |
| Binary | 1101111 | 10100010 | 11001011 | 101101 | 10100 | 0 | 10100 | 11001111 | 101111 | 111110 |
Color Harmonies of #6FA2CB
Complementary color
Monochromatic Colors of #6FA2CB
Black with #6FA2CB
Text Example
Text Example
White with #6FA2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA2CB; }
p { color: rgb(111,162,203); }
H1.HeaderClassName
{
color: #6FA2CB;
}
.AnyTagClassName
{
color: #6FA2CB;
}
</style>
background-color css
<style>
a { background-color: #6FA2CB; }
a { background-color: rgb(111,162,203); }
div.DivClassName
{
background-color: #6FA2CB;
}
.BgClassName
{
background-color: #6FA2CB;
}
</style>
border-color css
<style>
span { border-color: #6FA2CB; }
span { border-color: rgb(111,162,203); }
td.TdClassName
{
border-color: #6FA2CB;
}
.TagClassName
{
border-color: #6FA2CB;
}
</style>