Shades of Picton Blue #729EC6
Tints of Picton Blue #729EC6
RGB
CMYK
RGB Variations
Color information
#729EC6 (or 0x729EC6) is known color: Picton Blue. HEX triplet: 72, 9E and C6. RGB value is (114,158,198). Sum of RGB (Red+Green+Blue) = 114+158+198=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 198 - color contains mainly: blue. Hex color #729EC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729EC6 is #8D6139. Grayscale: #959595. Windows color (decimal): -9265466 or 13016690. OLE color: 13016690.
HSL color Cylindrical-coordinate representation of color #729EC6: hue angle of 208.57º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #729EC6 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 158 | 198 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.22 |
| HSL | 208.57º | 0.42% | 0.61% | - |
| HSV(B) | 208.57º | 0.42% | 0.78% | - |
| XYZ | 29.36 | 32.11 | 58.08 | - |
| YUV | 149.4 | 155.42 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 158 | 198 | 0.42 | 0.20 | 0 | 0.22 | 208.57 | 0.42 | 0.61 |
| Hex | 72 | 9E | C6 | 2A | 14 | 0 | 16 | D1 | 2A | 3D |
| Octal | 162 | 236 | 306 | 52 | 24 | 0 | 26 | 321 | 52 | 75 |
| Binary | 1110010 | 10011110 | 11000110 | 101010 | 10100 | 0 | 10110 | 11010001 | 101010 | 111101 |
Color Harmonies of #729EC6
Complementary color
Monochromatic Colors of #729EC6
Black with #729EC6
Text Example
Text Example
White with #729EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729EC6; }
p { color: rgb(114,158,198); }
H1.HeaderClassName
{
color: #729EC6;
}
.AnyTagClassName
{
color: #729EC6;
}
</style>
background-color css
<style>
a { background-color: #729EC6; }
a { background-color: rgb(114,158,198); }
div.DivClassName
{
background-color: #729EC6;
}
.BgClassName
{
background-color: #729EC6;
}
</style>
border-color css
<style>
span { border-color: #729EC6; }
span { border-color: rgb(114,158,198); }
td.TdClassName
{
border-color: #729EC6;
}
.TagClassName
{
border-color: #729EC6;
}
</style>