Shades of Picton Blue #619ECB
Tints of Picton Blue #619ECB
RGB
CMYK
RGB Variations
Color information
#619ECB (or 0x619ECB) is known color: Picton Blue. HEX triplet: 61, 9E and CB. RGB value is (97,158,203). Sum of RGB (Red+Green+Blue) = 97+158+203=458 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.18% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #619ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619ECB is #9E6134. Grayscale: #909090. Windows color (decimal): -10379573 or 13344353. OLE color: 13344353.
HSL color Cylindrical-coordinate representation of color #619ECB: hue angle of 205.47º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #619ECB is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 158 | 203 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.20 |
| HSL | 205.47º | 0.5% | 0.59% | - |
| HSV(B) | 205.47º | 0.52% | 0.8% | - |
| XYZ | 27.94 | 31.31 | 61.07 | - |
| YUV | 144.89 | 160.79 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 158 | 203 | 0.52 | 0.22 | 0 | 0.20 | 205.47 | 0.5 | 0.59 |
| Hex | 61 | 9E | CB | 34 | 16 | 0 | 14 | CD | 32 | 3B |
| Octal | 141 | 236 | 313 | 64 | 26 | 0 | 24 | 315 | 62 | 73 |
| Binary | 1100001 | 10011110 | 11001011 | 110100 | 10110 | 0 | 10100 | 11001101 | 110010 | 111011 |
Color Harmonies of #619ECB
Complementary color
Monochromatic Colors of #619ECB
Black with #619ECB
Text Example
Text Example
White with #619ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619ECB; }
p { color: rgb(97,158,203); }
H1.HeaderClassName
{
color: #619ECB;
}
.AnyTagClassName
{
color: #619ECB;
}
</style>
background-color css
<style>
a { background-color: #619ECB; }
a { background-color: rgb(97,158,203); }
div.DivClassName
{
background-color: #619ECB;
}
.BgClassName
{
background-color: #619ECB;
}
</style>
border-color css
<style>
span { border-color: #619ECB; }
span { border-color: rgb(97,158,203); }
td.TdClassName
{
border-color: #619ECB;
}
.TagClassName
{
border-color: #619ECB;
}
</style>