Shades of Picton Blue #6196CC
Tints of Picton Blue #6196CC
RGB
CMYK
RGB Variations
Color information
#6196CC (or 0x6196CC) is known color: Picton Blue. HEX triplet: 61, 96 and CC. RGB value is (97,150,204). Sum of RGB (Red+Green+Blue) = 97+150+204=451 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.51% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #6196CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6196CC is #9E6933. Grayscale: #8C8C8C. Windows color (decimal): -10381620 or 13407841. OLE color: 13407841.
HSL color Cylindrical-coordinate representation of color #6196CC: hue angle of 210.28º 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 #6196CC is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 150 | 204 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.2 |
| HSL | 210.28º | 0.51% | 0.59% | - |
| HSV(B) | 210.28º | 0.52% | 0.8% | - |
| XYZ | 26.74 | 28.71 | 61.26 | - |
| YUV | 140.31 | 163.94 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 150 | 204 | 0.52 | 0.26 | 0 | 0.2 | 210.28 | 0.51 | 0.59 |
| Hex | 61 | 96 | CC | 34 | 1A | 0 | 14 | D2 | 33 | 3B |
| Octal | 141 | 226 | 314 | 64 | 32 | 0 | 24 | 322 | 63 | 73 |
| Binary | 1100001 | 10010110 | 11001100 | 110100 | 11010 | 0 | 10100 | 11010010 | 110011 | 111011 |
Color Harmonies of #6196CC
Complementary color
Monochromatic Colors of #6196CC
Black with #6196CC
Text Example
Text Example
White with #6196CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6196CC; }
p { color: rgb(97,150,204); }
H1.HeaderClassName
{
color: #6196CC;
}
.AnyTagClassName
{
color: #6196CC;
}
</style>
background-color css
<style>
a { background-color: #6196CC; }
a { background-color: rgb(97,150,204); }
div.DivClassName
{
background-color: #6196CC;
}
.BgClassName
{
background-color: #6196CC;
}
</style>
border-color css
<style>
span { border-color: #6196CC; }
span { border-color: rgb(97,150,204); }
td.TdClassName
{
border-color: #6196CC;
}
.TagClassName
{
border-color: #6196CC;
}
</style>