Shades of Picton Blue #6495D7
Tints of Picton Blue #6495D7
RGB
CMYK
RGB Variations
Color information
#6495D7 (or 0x6495D7) is known color: Picton Blue. HEX triplet: 64, 95 and D7. RGB value is (100,149,215). Sum of RGB (Red+Green+Blue) = 100+149+215=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 149 (58.59% from 255 or 32.11% 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 #6495D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6495D7 is #9B6A28. Grayscale: #8D8D8D. Windows color (decimal): -10185257 or 14128484. OLE color: 14128484.
HSL color Cylindrical-coordinate representation of color #6495D7: hue angle of 214.43º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6495D7 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 149 | 215 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.16 |
| HSL | 214.43º | 0.59% | 0.62% | - |
| HSV(B) | 214.43º | 0.53% | 0.84% | - |
| XYZ | 28.27 | 29.11 | 68.42 | - |
| YUV | 141.87 | 169.27 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 215 | 0.53 | 0.31 | 0 | 0.16 | 214.43 | 0.59 | 0.62 |
| Hex | 64 | 95 | D7 | 35 | 1F | 0 | 10 | D6 | 3B | 3E |
| Octal | 144 | 225 | 327 | 65 | 37 | 0 | 20 | 326 | 73 | 76 |
| Binary | 1100100 | 10010101 | 11010111 | 110101 | 11111 | 0 | 10000 | 11010110 | 111011 | 111110 |
Color Harmonies of #6495D7
Complementary color
Monochromatic Colors of #6495D7
Black with #6495D7
Text Example
Text Example
White with #6495D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6495D7; }
p { color: rgb(100,149,215); }
H1.HeaderClassName
{
color: #6495D7;
}
.AnyTagClassName
{
color: #6495D7;
}
</style>
background-color css
<style>
a { background-color: #6495D7; }
a { background-color: rgb(100,149,215); }
div.DivClassName
{
background-color: #6495D7;
}
.BgClassName
{
background-color: #6495D7;
}
</style>
border-color css
<style>
span { border-color: #6495D7; }
span { border-color: rgb(100,149,215); }
td.TdClassName
{
border-color: #6495D7;
}
.TagClassName
{
border-color: #6495D7;
}
</style>