Shades of Picton Blue #6495CE
Tints of Picton Blue #6495CE
RGB
CMYK
RGB Variations
Color information
#6495CE (or 0x6495CE) is known color: Picton Blue. HEX triplet: 64, 95 and CE. RGB value is (100,149,206). Sum of RGB (Red+Green+Blue) = 100+149+206=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #6495CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6495CE is #9B6A31. Grayscale: #8C8C8C. Windows color (decimal): -10185266 or 13538660. OLE color: 13538660.
HSL color Cylindrical-coordinate representation of color #6495CE: hue angle of 212.26º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6495CE is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 149 | 206 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.19 |
| HSL | 212.26º | 0.52% | 0.6% | - |
| HSV(B) | 212.26º | 0.51% | 0.81% | - |
| XYZ | 27.14 | 28.66 | 62.49 | - |
| YUV | 140.85 | 164.77 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 206 | 0.51 | 0.28 | 0 | 0.19 | 212.26 | 0.52 | 0.6 |
| Hex | 64 | 95 | CE | 33 | 1C | 0 | 13 | D4 | 34 | 3C |
| Octal | 144 | 225 | 316 | 63 | 34 | 0 | 23 | 324 | 64 | 74 |
| Binary | 1100100 | 10010101 | 11001110 | 110011 | 11100 | 0 | 10011 | 11010100 | 110100 | 111100 |
Color Harmonies of #6495CE
Complementary color
Monochromatic Colors of #6495CE
Black with #6495CE
Text Example
Text Example
White with #6495CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6495CE; }
p { color: rgb(100,149,206); }
H1.HeaderClassName
{
color: #6495CE;
}
.AnyTagClassName
{
color: #6495CE;
}
</style>
background-color css
<style>
a { background-color: #6495CE; }
a { background-color: rgb(100,149,206); }
div.DivClassName
{
background-color: #6495CE;
}
.BgClassName
{
background-color: #6495CE;
}
</style>
border-color css
<style>
span { border-color: #6495CE; }
span { border-color: rgb(100,149,206); }
td.TdClassName
{
border-color: #6495CE;
}
.TagClassName
{
border-color: #6495CE;
}
</style>