Shades of Picton Blue #6197D6
Tints of Picton Blue #6197D6
RGB
CMYK
RGB Variations
Color information
#6197D6 (or 0x6197D6) is known color: Picton Blue. HEX triplet: 61, 97 and D6. RGB value is (97,151,214). Sum of RGB (Red+Green+Blue) = 97+151+214=462 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.00% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 214 (83.98% from 255 or 46.32% from 462); Max value from RGB is 214 - color contains mainly: blue. Hex color #6197D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6197D6 is #9E6829. Grayscale: #8D8D8D. Windows color (decimal): -10381354 or 14063457. OLE color: 14063457.
HSL color Cylindrical-coordinate representation of color #6197D6: hue angle of 212.31º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6197D6 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 151 | 214 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.16 |
| HSL | 212.31º | 0.59% | 0.61% | - |
| HSV(B) | 212.31º | 0.55% | 0.84% | - |
| XYZ | 28.13 | 29.53 | 67.84 | - |
| YUV | 142.04 | 168.61 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 151 | 214 | 0.55 | 0.29 | 0 | 0.16 | 212.31 | 0.59 | 0.61 |
| Hex | 61 | 97 | D6 | 37 | 1D | 0 | 10 | D4 | 3B | 3D |
| Octal | 141 | 227 | 326 | 67 | 35 | 0 | 20 | 324 | 73 | 75 |
| Binary | 1100001 | 10010111 | 11010110 | 110111 | 11101 | 0 | 10000 | 11010100 | 111011 | 111101 |
Color Harmonies of #6197D6
Complementary color
Monochromatic Colors of #6197D6
Black with #6197D6
Text Example
Text Example
White with #6197D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6197D6; }
p { color: rgb(97,151,214); }
H1.HeaderClassName
{
color: #6197D6;
}
.AnyTagClassName
{
color: #6197D6;
}
</style>
background-color css
<style>
a { background-color: #6197D6; }
a { background-color: rgb(97,151,214); }
div.DivClassName
{
background-color: #6197D6;
}
.BgClassName
{
background-color: #6197D6;
}
</style>
border-color css
<style>
span { border-color: #6197D6; }
span { border-color: rgb(97,151,214); }
td.TdClassName
{
border-color: #6197D6;
}
.TagClassName
{
border-color: #6197D6;
}
</style>