Shades of Picton Blue #6395D7
Tints of Picton Blue #6395D7
RGB
CMYK
RGB Variations
Color information
#6395D7 (or 0x6395D7) is known color: Picton Blue. HEX triplet: 63, 95 and D7. RGB value is (99,149,215). Sum of RGB (Red+Green+Blue) = 99+149+215=463 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.38% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #6395D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6395D7 is #9C6A28. Grayscale: #8D8D8D. Windows color (decimal): -10250793 or 14128483. OLE color: 14128483.
HSL color Cylindrical-coordinate representation of color #6395D7: hue angle of 214.14º 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 #6395D7 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 149 | 215 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.16 |
| HSL | 214.14º | 0.59% | 0.62% | - |
| HSV(B) | 214.14º | 0.54% | 0.84% | - |
| XYZ | 28.16 | 29.05 | 68.41 | - |
| YUV | 141.57 | 169.44 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 149 | 215 | 0.54 | 0.31 | 0 | 0.16 | 214.14 | 0.59 | 0.62 |
| Hex | 63 | 95 | D7 | 36 | 1F | 0 | 10 | D6 | 3B | 3E |
| Octal | 143 | 225 | 327 | 66 | 37 | 0 | 20 | 326 | 73 | 76 |
| Binary | 1100011 | 10010101 | 11010111 | 110110 | 11111 | 0 | 10000 | 11010110 | 111011 | 111110 |
Color Harmonies of #6395D7
Complementary color
Monochromatic Colors of #6395D7
Black with #6395D7
Text Example
Text Example
White with #6395D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6395D7; }
p { color: rgb(99,149,215); }
H1.HeaderClassName
{
color: #6395D7;
}
.AnyTagClassName
{
color: #6395D7;
}
</style>
background-color css
<style>
a { background-color: #6395D7; }
a { background-color: rgb(99,149,215); }
div.DivClassName
{
background-color: #6395D7;
}
.BgClassName
{
background-color: #6395D7;
}
</style>
border-color css
<style>
span { border-color: #6395D7; }
span { border-color: rgb(99,149,215); }
td.TdClassName
{
border-color: #6395D7;
}
.TagClassName
{
border-color: #6395D7;
}
</style>