Shades of Picton Blue #6499CC
Tints of Picton Blue #6499CC
RGB
CMYK
RGB Variations
Color information
#6499CC (or 0x6499CC) is known color: Picton Blue. HEX triplet: 64, 99 and CC. RGB value is (100,153,204). Sum of RGB (Red+Green+Blue) = 100+153+204=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #6499CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6499CC is #9B6633. Grayscale: #8E8E8E. Windows color (decimal): -10184244 or 13408612. OLE color: 13408612.
HSL color Cylindrical-coordinate representation of color #6499CC: hue angle of 209.42º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6499CC is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 153 | 204 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.2 |
| HSL | 209.42º | 0.5% | 0.6% | - |
| HSV(B) | 209.42º | 0.51% | 0.8% | - |
| XYZ | 27.55 | 29.85 | 61.44 | - |
| YUV | 142.97 | 162.44 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 204 | 0.51 | 0.25 | 0 | 0.2 | 209.42 | 0.5 | 0.6 |
| Hex | 64 | 99 | CC | 33 | 19 | 0 | 14 | D1 | 32 | 3C |
| Octal | 144 | 231 | 314 | 63 | 31 | 0 | 24 | 321 | 62 | 74 |
| Binary | 1100100 | 10011001 | 11001100 | 110011 | 11001 | 0 | 10100 | 11010001 | 110010 | 111100 |
Color Harmonies of #6499CC
Complementary color
Monochromatic Colors of #6499CC
Black with #6499CC
Text Example
Text Example
White with #6499CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6499CC; }
p { color: rgb(100,153,204); }
H1.HeaderClassName
{
color: #6499CC;
}
.AnyTagClassName
{
color: #6499CC;
}
</style>
background-color css
<style>
a { background-color: #6499CC; }
a { background-color: rgb(100,153,204); }
div.DivClassName
{
background-color: #6499CC;
}
.BgClassName
{
background-color: #6499CC;
}
</style>
border-color css
<style>
span { border-color: #6499CC; }
span { border-color: rgb(100,153,204); }
td.TdClassName
{
border-color: #6499CC;
}
.TagClassName
{
border-color: #6499CC;
}
</style>