Shades of Picton Blue #709ECE
Tints of Picton Blue #709ECE
RGB
CMYK
RGB Variations
Color information
#709ECE (or 0x709ECE) is known color: Picton Blue. HEX triplet: 70, 9E and CE. RGB value is (112,158,206). Sum of RGB (Red+Green+Blue) = 112+158+206=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #709ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709ECE is #8F6131. Grayscale: #959595. Windows color (decimal): -9396530 or 13540976. OLE color: 13540976.
HSL color Cylindrical-coordinate representation of color #709ECE: hue angle of 210.64º degrees, saturation: 0.49, 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 #709ECE is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 158 | 206 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.19 |
| HSL | 210.64º | 0.49% | 0.62% | - |
| HSV(B) | 210.64º | 0.46% | 0.81% | - |
| XYZ | 30.05 | 32.35 | 63.05 | - |
| YUV | 149.72 | 159.76 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 206 | 0.46 | 0.23 | 0 | 0.19 | 210.64 | 0.49 | 0.62 |
| Hex | 70 | 9E | CE | 2E | 17 | 0 | 13 | D3 | 31 | 3E |
| Octal | 160 | 236 | 316 | 56 | 27 | 0 | 23 | 323 | 61 | 76 |
| Binary | 1110000 | 10011110 | 11001110 | 101110 | 10111 | 0 | 10011 | 11010011 | 110001 | 111110 |
Color Harmonies of #709ECE
Complementary color
Monochromatic Colors of #709ECE
Black with #709ECE
Text Example
Text Example
White with #709ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709ECE; }
p { color: rgb(112,158,206); }
H1.HeaderClassName
{
color: #709ECE;
}
.AnyTagClassName
{
color: #709ECE;
}
</style>
background-color css
<style>
a { background-color: #709ECE; }
a { background-color: rgb(112,158,206); }
div.DivClassName
{
background-color: #709ECE;
}
.BgClassName
{
background-color: #709ECE;
}
</style>
border-color css
<style>
span { border-color: #709ECE; }
span { border-color: rgb(112,158,206); }
td.TdClassName
{
border-color: #709ECE;
}
.TagClassName
{
border-color: #709ECE;
}
</style>