Shades of Picton Blue #6396D7
Tints of Picton Blue #6396D7
RGB
CMYK
RGB Variations
Color information
#6396D7 (or 0x6396D7) is known color: Picton Blue. HEX triplet: 63, 96 and D7. RGB value is (99,150,215). Sum of RGB (Red+Green+Blue) = 99+150+215=464 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.34% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 215 (84.38% from 255 or 46.34% from 464); Max value from RGB is 215 - color contains mainly: blue. Hex color #6396D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6396D7 is #9C6928. Grayscale: #8D8D8D. Windows color (decimal): -10250537 or 14128739. OLE color: 14128739.
HSL color Cylindrical-coordinate representation of color #6396D7: hue angle of 213.62º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6396D7 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 150 | 215 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.16 |
| HSL | 213.62º | 0.59% | 0.62% | - |
| HSV(B) | 213.62º | 0.54% | 0.84% | - |
| XYZ | 28.32 | 29.37 | 68.47 | - |
| YUV | 142.16 | 169.1 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 150 | 215 | 0.54 | 0.30 | 0 | 0.16 | 213.62 | 0.59 | 0.62 |
| Hex | 63 | 96 | D7 | 36 | 1E | 0 | 10 | D6 | 3B | 3E |
| Octal | 143 | 226 | 327 | 66 | 36 | 0 | 20 | 326 | 73 | 76 |
| Binary | 1100011 | 10010110 | 11010111 | 110110 | 11110 | 0 | 10000 | 11010110 | 111011 | 111110 |
Color Harmonies of #6396D7
Complementary color
Monochromatic Colors of #6396D7
Black with #6396D7
Text Example
Text Example
White with #6396D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6396D7; }
p { color: rgb(99,150,215); }
H1.HeaderClassName
{
color: #6396D7;
}
.AnyTagClassName
{
color: #6396D7;
}
</style>
background-color css
<style>
a { background-color: #6396D7; }
a { background-color: rgb(99,150,215); }
div.DivClassName
{
background-color: #6396D7;
}
.BgClassName
{
background-color: #6396D7;
}
</style>
border-color css
<style>
span { border-color: #6396D7; }
span { border-color: rgb(99,150,215); }
td.TdClassName
{
border-color: #6396D7;
}
.TagClassName
{
border-color: #6396D7;
}
</style>