Shades of Picton Blue #6494CF
Tints of Picton Blue #6494CF
RGB
CMYK
RGB Variations
Color information
#6494CF (or 0x6494CF) is known color: Picton Blue. HEX triplet: 64, 94 and CF. RGB value is (100,148,207). Sum of RGB (Red+Green+Blue) = 100+148+207=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #6494CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6494CF is #9B6B30. Grayscale: #8C8C8C. Windows color (decimal): -10185521 or 13603940. OLE color: 13603940.
HSL color Cylindrical-coordinate representation of color #6494CF: hue angle of 213.08º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6494CF is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 148 | 207 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.19 |
| HSL | 213.08º | 0.53% | 0.6% | - |
| HSV(B) | 213.08º | 0.52% | 0.81% | - |
| XYZ | 27.11 | 28.39 | 63.08 | - |
| YUV | 140.37 | 165.6 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 148 | 207 | 0.52 | 0.29 | 0 | 0.19 | 213.08 | 0.53 | 0.6 |
| Hex | 64 | 94 | CF | 34 | 1D | 0 | 13 | D5 | 35 | 3C |
| Octal | 144 | 224 | 317 | 64 | 35 | 0 | 23 | 325 | 65 | 74 |
| Binary | 1100100 | 10010100 | 11001111 | 110100 | 11101 | 0 | 10011 | 11010101 | 110101 | 111100 |
Color Harmonies of #6494CF
Complementary color
Monochromatic Colors of #6494CF
Black with #6494CF
Text Example
Text Example
White with #6494CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6494CF; }
p { color: rgb(100,148,207); }
H1.HeaderClassName
{
color: #6494CF;
}
.AnyTagClassName
{
color: #6494CF;
}
</style>
background-color css
<style>
a { background-color: #6494CF; }
a { background-color: rgb(100,148,207); }
div.DivClassName
{
background-color: #6494CF;
}
.BgClassName
{
background-color: #6494CF;
}
</style>
border-color css
<style>
span { border-color: #6494CF; }
span { border-color: rgb(100,148,207); }
td.TdClassName
{
border-color: #6494CF;
}
.TagClassName
{
border-color: #6494CF;
}
</style>