Shades of Picton Blue #6495D8
Tints of Picton Blue #6495D8
RGB
CMYK
RGB Variations
Color information
#6495D8 (or 0x6495D8) is known color: Picton Blue. HEX triplet: 64, 95 and D8. RGB value is (100,149,216). Sum of RGB (Red+Green+Blue) = 100+149+216=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 216 - color contains mainly: blue. Hex color #6495D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6495D8 is #9B6A27. Grayscale: #8D8D8D. Windows color (decimal): -10185256 or 14194020. OLE color: 14194020.
HSL color Cylindrical-coordinate representation of color #6495D8: hue angle of 214.66º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6495D8 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 149 | 216 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.15 |
| HSL | 214.66º | 0.6% | 0.62% | - |
| HSV(B) | 214.66º | 0.54% | 0.85% | - |
| XYZ | 28.4 | 29.16 | 69.1 | - |
| YUV | 141.99 | 169.77 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 216 | 0.54 | 0.31 | 0 | 0.15 | 214.66 | 0.6 | 0.62 |
| Hex | 64 | 95 | D8 | 36 | 1F | 0 | F | D7 | 3C | 3E |
| Octal | 144 | 225 | 330 | 66 | 37 | 0 | 17 | 327 | 74 | 76 |
| Binary | 1100100 | 10010101 | 11011000 | 110110 | 11111 | 0 | 1111 | 11010111 | 111100 | 111110 |
Color Harmonies of #6495D8
Complementary color
Monochromatic Colors of #6495D8
Black with #6495D8
Text Example
Text Example
White with #6495D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6495D8; }
p { color: rgb(100,149,216); }
H1.HeaderClassName
{
color: #6495D8;
}
.AnyTagClassName
{
color: #6495D8;
}
</style>
background-color css
<style>
a { background-color: #6495D8; }
a { background-color: rgb(100,149,216); }
div.DivClassName
{
background-color: #6495D8;
}
.BgClassName
{
background-color: #6495D8;
}
</style>
border-color css
<style>
span { border-color: #6495D8; }
span { border-color: rgb(100,149,216); }
td.TdClassName
{
border-color: #6495D8;
}
.TagClassName
{
border-color: #6495D8;
}
</style>