Shades of Picton Blue #6397D6
Tints of Picton Blue #6397D6
RGB
CMYK
RGB Variations
Color information
#6397D6 (or 0x6397D6) is known color: Picton Blue. HEX triplet: 63, 97 and D6. RGB value is (99,151,214). Sum of RGB (Red+Green+Blue) = 99+151+214=464 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.34% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 214 - color contains mainly: blue. Hex color #6397D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6397D6 is #9C6829. Grayscale: #8E8E8E. Windows color (decimal): -10250282 or 14063459. OLE color: 14063459.
HSL color Cylindrical-coordinate representation of color #6397D6: hue angle of 212.87º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6397D6 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 151 | 214 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.16 |
| HSL | 212.87º | 0.58% | 0.61% | - |
| HSV(B) | 212.87º | 0.54% | 0.84% | - |
| XYZ | 28.35 | 29.64 | 67.85 | - |
| YUV | 142.63 | 168.27 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 151 | 214 | 0.54 | 0.29 | 0 | 0.16 | 212.87 | 0.58 | 0.61 |
| Hex | 63 | 97 | D6 | 36 | 1D | 0 | 10 | D5 | 3A | 3D |
| Octal | 143 | 227 | 326 | 66 | 35 | 0 | 20 | 325 | 72 | 75 |
| Binary | 1100011 | 10010111 | 11010110 | 110110 | 11101 | 0 | 10000 | 11010101 | 111010 | 111101 |
Color Harmonies of #6397D6
Complementary color
Monochromatic Colors of #6397D6
Black with #6397D6
Text Example
Text Example
White with #6397D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6397D6; }
p { color: rgb(99,151,214); }
H1.HeaderClassName
{
color: #6397D6;
}
.AnyTagClassName
{
color: #6397D6;
}
</style>
background-color css
<style>
a { background-color: #6397D6; }
a { background-color: rgb(99,151,214); }
div.DivClassName
{
background-color: #6397D6;
}
.BgClassName
{
background-color: #6397D6;
}
</style>
border-color css
<style>
span { border-color: #6397D6; }
span { border-color: rgb(99,151,214); }
td.TdClassName
{
border-color: #6397D6;
}
.TagClassName
{
border-color: #6397D6;
}
</style>