Shades of Picton Blue #619BCC
Tints of Picton Blue #619BCC
RGB
CMYK
RGB Variations
Color information
#619BCC (or 0x619BCC) is known color: Picton Blue. HEX triplet: 61, 9B and CC. RGB value is (97,155,204). Sum of RGB (Red+Green+Blue) = 97+155+204=456 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.27% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #619BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619BCC is #9E6433. Grayscale: #8E8E8E. Windows color (decimal): -10380340 or 13409121. OLE color: 13409121.
HSL color Cylindrical-coordinate representation of color #619BCC: hue angle of 207.48º degrees, saturation: 0.51, 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 #619BCC is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 155 | 204 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.2 |
| HSL | 207.48º | 0.51% | 0.59% | - |
| HSV(B) | 207.48º | 0.52% | 0.8% | - |
| XYZ | 27.55 | 30.34 | 61.53 | - |
| YUV | 143.24 | 162.28 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 155 | 204 | 0.52 | 0.24 | 0 | 0.2 | 207.48 | 0.51 | 0.59 |
| Hex | 61 | 9B | CC | 34 | 18 | 0 | 14 | CF | 33 | 3B |
| Octal | 141 | 233 | 314 | 64 | 30 | 0 | 24 | 317 | 63 | 73 |
| Binary | 1100001 | 10011011 | 11001100 | 110100 | 11000 | 0 | 10100 | 11001111 | 110011 | 111011 |
Color Harmonies of #619BCC
Complementary color
Monochromatic Colors of #619BCC
Black with #619BCC
Text Example
Text Example
White with #619BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619BCC; }
p { color: rgb(97,155,204); }
H1.HeaderClassName
{
color: #619BCC;
}
.AnyTagClassName
{
color: #619BCC;
}
</style>
background-color css
<style>
a { background-color: #619BCC; }
a { background-color: rgb(97,155,204); }
div.DivClassName
{
background-color: #619BCC;
}
.BgClassName
{
background-color: #619BCC;
}
</style>
border-color css
<style>
span { border-color: #619BCC; }
span { border-color: rgb(97,155,204); }
td.TdClassName
{
border-color: #619BCC;
}
.TagClassName
{
border-color: #619BCC;
}
</style>