Shades of Picton Blue #6498CC
Tints of Picton Blue #6498CC
RGB
CMYK
RGB Variations
Color information
#6498CC (or 0x6498CC) is known color: Picton Blue. HEX triplet: 64, 98 and CC. RGB value is (100,152,204). Sum of RGB (Red+Green+Blue) = 100+152+204=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #6498CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6498CC is #9B6733. Grayscale: #8E8E8E. Windows color (decimal): -10184500 or 13408356. OLE color: 13408356.
HSL color Cylindrical-coordinate representation of color #6498CC: hue angle of 210º 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 #6498CC is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 152 | 204 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.2 |
| HSL | 210º | 0.5% | 0.6% | - |
| HSV(B) | 210º | 0.51% | 0.8% | - |
| XYZ | 27.38 | 29.53 | 61.38 | - |
| YUV | 142.38 | 162.77 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 204 | 0.51 | 0.25 | 0 | 0.2 | 210 | 0.5 | 0.6 |
| Hex | 64 | 98 | CC | 33 | 19 | 0 | 14 | D2 | 32 | 3C |
| Octal | 144 | 230 | 314 | 63 | 31 | 0 | 24 | 322 | 62 | 74 |
| Binary | 1100100 | 10011000 | 11001100 | 110011 | 11001 | 0 | 10100 | 11010010 | 110010 | 111100 |
Color Harmonies of #6498CC
Complementary color
Monochromatic Colors of #6498CC
Black with #6498CC
Text Example
Text Example
White with #6498CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6498CC; }
p { color: rgb(100,152,204); }
H1.HeaderClassName
{
color: #6498CC;
}
.AnyTagClassName
{
color: #6498CC;
}
</style>
background-color css
<style>
a { background-color: #6498CC; }
a { background-color: rgb(100,152,204); }
div.DivClassName
{
background-color: #6498CC;
}
.BgClassName
{
background-color: #6498CC;
}
</style>
border-color css
<style>
span { border-color: #6498CC; }
span { border-color: rgb(100,152,204); }
td.TdClassName
{
border-color: #6498CC;
}
.TagClassName
{
border-color: #6498CC;
}
</style>