Shades of Picton Blue #619BCB
Tints of Picton Blue #619BCB
RGB
CMYK
RGB Variations
Color information
#619BCB (or 0x619BCB) is known color: Picton Blue. HEX triplet: 61, 9B and CB. RGB value is (97,155,203). Sum of RGB (Red+Green+Blue) = 97+155+203=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #619BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619BCB is #9E6434. Grayscale: #8E8E8E. Windows color (decimal): -10380341 or 13343585. OLE color: 13343585.
HSL color Cylindrical-coordinate representation of color #619BCB: hue angle of 207.17º degrees, saturation: 0.5, 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 #619BCB is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 155 | 203 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.20 |
| HSL | 207.17º | 0.5% | 0.59% | - |
| HSV(B) | 207.17º | 0.52% | 0.8% | - |
| XYZ | 27.43 | 30.3 | 60.9 | - |
| YUV | 143.13 | 161.78 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 155 | 203 | 0.52 | 0.24 | 0 | 0.20 | 207.17 | 0.5 | 0.59 |
| Hex | 61 | 9B | CB | 34 | 18 | 0 | 14 | CF | 32 | 3B |
| Octal | 141 | 233 | 313 | 64 | 30 | 0 | 24 | 317 | 62 | 73 |
| Binary | 1100001 | 10011011 | 11001011 | 110100 | 11000 | 0 | 10100 | 11001111 | 110010 | 111011 |
Color Harmonies of #619BCB
Complementary color
Monochromatic Colors of #619BCB
Black with #619BCB
Text Example
Text Example
White with #619BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619BCB; }
p { color: rgb(97,155,203); }
H1.HeaderClassName
{
color: #619BCB;
}
.AnyTagClassName
{
color: #619BCB;
}
</style>
background-color css
<style>
a { background-color: #619BCB; }
a { background-color: rgb(97,155,203); }
div.DivClassName
{
background-color: #619BCB;
}
.BgClassName
{
background-color: #619BCB;
}
</style>
border-color css
<style>
span { border-color: #619BCB; }
span { border-color: rgb(97,155,203); }
td.TdClassName
{
border-color: #619BCB;
}
.TagClassName
{
border-color: #619BCB;
}
</style>