Shades of Picton Blue #619BC5
Tints of Picton Blue #619BC5
RGB
CMYK
RGB Variations
Color information
#619BC5 (or 0x619BC5) is known color: Picton Blue. HEX triplet: 61, 9B and C5. RGB value is (97,155,197). Sum of RGB (Red+Green+Blue) = 97+155+197=449 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.60% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 197 - color contains mainly: blue. Hex color #619BC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619BC5 is #9E643A. Grayscale: #8E8E8E. Windows color (decimal): -10380347 or 12950369. OLE color: 12950369.
HSL color Cylindrical-coordinate representation of color #619BC5: hue angle of 205.2º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #619BC5 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 155 | 197 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.23 |
| HSL | 205.2º | 0.46% | 0.58% | - |
| HSV(B) | 205.2º | 0.51% | 0.77% | - |
| XYZ | 26.73 | 30.02 | 57.21 | - |
| YUV | 142.45 | 158.78 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 155 | 197 | 0.51 | 0.21 | 0 | 0.23 | 205.2 | 0.46 | 0.58 |
| Hex | 61 | 9B | C5 | 33 | 15 | 0 | 17 | CD | 2E | 3A |
| Octal | 141 | 233 | 305 | 63 | 25 | 0 | 27 | 315 | 56 | 72 |
| Binary | 1100001 | 10011011 | 11000101 | 110011 | 10101 | 0 | 10111 | 11001101 | 101110 | 111010 |
Color Harmonies of #619BC5
Complementary color
Monochromatic Colors of #619BC5
Black with #619BC5
Text Example
Text Example
White with #619BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619BC5; }
p { color: rgb(97,155,197); }
H1.HeaderClassName
{
color: #619BC5;
}
.AnyTagClassName
{
color: #619BC5;
}
</style>
background-color css
<style>
a { background-color: #619BC5; }
a { background-color: rgb(97,155,197); }
div.DivClassName
{
background-color: #619BC5;
}
.BgClassName
{
background-color: #619BC5;
}
</style>
border-color css
<style>
span { border-color: #619BC5; }
span { border-color: rgb(97,155,197); }
td.TdClassName
{
border-color: #619BC5;
}
.TagClassName
{
border-color: #619BC5;
}
</style>