Shades of Picton Blue #619BDB
Tints of Picton Blue #619BDB
RGB
CMYK
RGB Variations
Color information
#619BDB (or 0x619BDB) is known color: Picton Blue. HEX triplet: 61, 9B and DB. RGB value is (97,155,219). Sum of RGB (Red+Green+Blue) = 97+155+219=471 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.59% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #619BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619BDB is #9E6424. Grayscale: #909090. Windows color (decimal): -10380325 or 14392161. OLE color: 14392161.
HSL color Cylindrical-coordinate representation of color #619BDB: hue angle of 211.48º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #619BDB is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 155 | 219 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.14 |
| HSL | 211.48º | 0.63% | 0.62% | - |
| HSV(B) | 211.48º | 0.56% | 0.86% | - |
| XYZ | 29.44 | 31.1 | 71.47 | - |
| YUV | 144.95 | 169.78 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 155 | 219 | 0.56 | 0.29 | 0 | 0.14 | 211.48 | 0.63 | 0.62 |
| Hex | 61 | 9B | DB | 38 | 1D | 0 | E | D3 | 3F | 3E |
| Octal | 141 | 233 | 333 | 70 | 35 | 0 | 16 | 323 | 77 | 76 |
| Binary | 1100001 | 10011011 | 11011011 | 111000 | 11101 | 0 | 1110 | 11010011 | 111111 | 111110 |
Color Harmonies of #619BDB
Complementary color
Monochromatic Colors of #619BDB
Black with #619BDB
Text Example
Text Example
White with #619BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619BDB; }
p { color: rgb(97,155,219); }
H1.HeaderClassName
{
color: #619BDB;
}
.AnyTagClassName
{
color: #619BDB;
}
</style>
background-color css
<style>
a { background-color: #619BDB; }
a { background-color: rgb(97,155,219); }
div.DivClassName
{
background-color: #619BDB;
}
.BgClassName
{
background-color: #619BDB;
}
</style>
border-color css
<style>
span { border-color: #619BDB; }
span { border-color: rgb(97,155,219); }
td.TdClassName
{
border-color: #619BDB;
}
.TagClassName
{
border-color: #619BDB;
}
</style>