Shades of Picton Blue #619BCD
Tints of Picton Blue #619BCD
RGB
CMYK
RGB Variations
Color information
#619BCD (or 0x619BCD) is known color: Picton Blue. HEX triplet: 61, 9B and CD. RGB value is (97,155,205). Sum of RGB (Red+Green+Blue) = 97+155+205=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #619BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619BCD is #9E6432. Grayscale: #8F8F8F. Windows color (decimal): -10380339 or 13474657. OLE color: 13474657.
HSL color Cylindrical-coordinate representation of color #619BCD: hue angle of 207.78º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #619BCD is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 155 | 205 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.20 |
| HSL | 207.78º | 0.52% | 0.59% | - |
| HSV(B) | 207.78º | 0.53% | 0.8% | - |
| XYZ | 27.67 | 30.39 | 62.17 | - |
| YUV | 143.36 | 162.78 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 155 | 205 | 0.53 | 0.24 | 0 | 0.20 | 207.78 | 0.52 | 0.59 |
| Hex | 61 | 9B | CD | 35 | 18 | 0 | 14 | D0 | 34 | 3B |
| Octal | 141 | 233 | 315 | 65 | 30 | 0 | 24 | 320 | 64 | 73 |
| Binary | 1100001 | 10011011 | 11001101 | 110101 | 11000 | 0 | 10100 | 11010000 | 110100 | 111011 |
Color Harmonies of #619BCD
Complementary color
Monochromatic Colors of #619BCD
Black with #619BCD
Text Example
Text Example
White with #619BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619BCD; }
p { color: rgb(97,155,205); }
H1.HeaderClassName
{
color: #619BCD;
}
.AnyTagClassName
{
color: #619BCD;
}
</style>
background-color css
<style>
a { background-color: #619BCD; }
a { background-color: rgb(97,155,205); }
div.DivClassName
{
background-color: #619BCD;
}
.BgClassName
{
background-color: #619BCD;
}
</style>
border-color css
<style>
span { border-color: #619BCD; }
span { border-color: rgb(97,155,205); }
td.TdClassName
{
border-color: #619BCD;
}
.TagClassName
{
border-color: #619BCD;
}
</style>