Shades of Picton Blue #619CCC
Tints of Picton Blue #619CCC
RGB
CMYK
RGB Variations
Color information
#619CCC (or 0x619CCC) is known color: Picton Blue. HEX triplet: 61, 9C and CC. RGB value is (97,156,204). Sum of RGB (Red+Green+Blue) = 97+156+204=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #619CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619CCC is #9E6333. Grayscale: #8F8F8F. Windows color (decimal): -10380084 or 13409377. OLE color: 13409377.
HSL color Cylindrical-coordinate representation of color #619CCC: hue angle of 206.92º 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 #619CCC is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 156 | 204 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.2 |
| HSL | 206.92º | 0.51% | 0.59% | - |
| HSV(B) | 206.92º | 0.52% | 0.8% | - |
| XYZ | 27.72 | 30.68 | 61.59 | - |
| YUV | 143.83 | 161.95 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 156 | 204 | 0.52 | 0.24 | 0 | 0.2 | 206.92 | 0.51 | 0.59 |
| Hex | 61 | 9C | CC | 34 | 18 | 0 | 14 | CF | 33 | 3B |
| Octal | 141 | 234 | 314 | 64 | 30 | 0 | 24 | 317 | 63 | 73 |
| Binary | 1100001 | 10011100 | 11001100 | 110100 | 11000 | 0 | 10100 | 11001111 | 110011 | 111011 |
Color Harmonies of #619CCC
Complementary color
Monochromatic Colors of #619CCC
Black with #619CCC
Text Example
Text Example
White with #619CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619CCC; }
p { color: rgb(97,156,204); }
H1.HeaderClassName
{
color: #619CCC;
}
.AnyTagClassName
{
color: #619CCC;
}
</style>
background-color css
<style>
a { background-color: #619CCC; }
a { background-color: rgb(97,156,204); }
div.DivClassName
{
background-color: #619CCC;
}
.BgClassName
{
background-color: #619CCC;
}
</style>
border-color css
<style>
span { border-color: #619CCC; }
span { border-color: rgb(97,156,204); }
td.TdClassName
{
border-color: #619CCC;
}
.TagClassName
{
border-color: #619CCC;
}
</style>