Shades of Picton Blue #6196CE
Tints of Picton Blue #6196CE
RGB
CMYK
RGB Variations
Color information
#6196CE (or 0x6196CE) is known color: Picton Blue. HEX triplet: 61, 96 and CE. RGB value is (97,150,206). Sum of RGB (Red+Green+Blue) = 97+150+206=453 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.41% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #6196CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6196CE is #9E6931. Grayscale: #8C8C8C. Windows color (decimal): -10381618 or 13538913. OLE color: 13538913.
HSL color Cylindrical-coordinate representation of color #6196CE: hue angle of 210.83º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6196CE is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 150 | 206 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.19 |
| HSL | 210.83º | 0.53% | 0.59% | - |
| HSV(B) | 210.83º | 0.53% | 0.81% | - |
| XYZ | 26.98 | 28.81 | 62.53 | - |
| YUV | 140.54 | 164.94 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 150 | 206 | 0.53 | 0.27 | 0 | 0.19 | 210.83 | 0.53 | 0.59 |
| Hex | 61 | 96 | CE | 35 | 1B | 0 | 13 | D3 | 35 | 3B |
| Octal | 141 | 226 | 316 | 65 | 33 | 0 | 23 | 323 | 65 | 73 |
| Binary | 1100001 | 10010110 | 11001110 | 110101 | 11011 | 0 | 10011 | 11010011 | 110101 | 111011 |
Color Harmonies of #6196CE
Complementary color
Monochromatic Colors of #6196CE
Black with #6196CE
Text Example
Text Example
White with #6196CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6196CE; }
p { color: rgb(97,150,206); }
H1.HeaderClassName
{
color: #6196CE;
}
.AnyTagClassName
{
color: #6196CE;
}
</style>
background-color css
<style>
a { background-color: #6196CE; }
a { background-color: rgb(97,150,206); }
div.DivClassName
{
background-color: #6196CE;
}
.BgClassName
{
background-color: #6196CE;
}
</style>
border-color css
<style>
span { border-color: #6196CE; }
span { border-color: rgb(97,150,206); }
td.TdClassName
{
border-color: #6196CE;
}
.TagClassName
{
border-color: #6196CE;
}
</style>