Shades of Picton Blue #619BD5
Tints of Picton Blue #619BD5
RGB
CMYK
RGB Variations
Color information
#619BD5 (or 0x619BD5) is known color: Picton Blue. HEX triplet: 61, 9B and D5. RGB value is (97,155,213). Sum of RGB (Red+Green+Blue) = 97+155+213=465 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.86% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 213 - color contains mainly: blue. Hex color #619BD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619BD5 is #9E642A. Grayscale: #8F8F8F. Windows color (decimal): -10380331 or 13998945. OLE color: 13998945.
HSL color Cylindrical-coordinate representation of color #619BD5: hue angle of 210º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #619BD5 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 155 | 213 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.16 |
| HSL | 210º | 0.58% | 0.61% | - |
| HSV(B) | 210º | 0.54% | 0.84% | - |
| XYZ | 28.66 | 30.79 | 67.38 | - |
| YUV | 144.27 | 166.78 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 155 | 213 | 0.54 | 0.27 | 0 | 0.16 | 210 | 0.58 | 0.61 |
| Hex | 61 | 9B | D5 | 36 | 1B | 0 | 10 | D2 | 3A | 3D |
| Octal | 141 | 233 | 325 | 66 | 33 | 0 | 20 | 322 | 72 | 75 |
| Binary | 1100001 | 10011011 | 11010101 | 110110 | 11011 | 0 | 10000 | 11010010 | 111010 | 111101 |
Color Harmonies of #619BD5
Complementary color
Monochromatic Colors of #619BD5
Black with #619BD5
Text Example
Text Example
White with #619BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619BD5; }
p { color: rgb(97,155,213); }
H1.HeaderClassName
{
color: #619BD5;
}
.AnyTagClassName
{
color: #619BD5;
}
</style>
background-color css
<style>
a { background-color: #619BD5; }
a { background-color: rgb(97,155,213); }
div.DivClassName
{
background-color: #619BD5;
}
.BgClassName
{
background-color: #619BD5;
}
</style>
border-color css
<style>
span { border-color: #619BD5; }
span { border-color: rgb(97,155,213); }
td.TdClassName
{
border-color: #619BD5;
}
.TagClassName
{
border-color: #619BD5;
}
</style>