Shades of Picton Blue #6498CA
Tints of Picton Blue #6498CA
RGB
CMYK
RGB Variations
Color information
#6498CA (or 0x6498CA) is known color: Picton Blue. HEX triplet: 64, 98 and CA. RGB value is (100,152,202). Sum of RGB (Red+Green+Blue) = 100+152+202=454 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.03% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #6498CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6498CA is #9B6735. Grayscale: #8D8D8D. Windows color (decimal): -10184502 or 13277284. OLE color: 13277284.
HSL color Cylindrical-coordinate representation of color #6498CA: hue angle of 209.41º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6498CA is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 152 | 202 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.21 |
| HSL | 209.41º | 0.49% | 0.59% | - |
| HSV(B) | 209.41º | 0.5% | 0.79% | - |
| XYZ | 27.14 | 29.43 | 60.13 | - |
| YUV | 142.15 | 161.77 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 202 | 0.50 | 0.25 | 0 | 0.21 | 209.41 | 0.49 | 0.59 |
| Hex | 64 | 98 | CA | 32 | 19 | 0 | 15 | D1 | 31 | 3B |
| Octal | 144 | 230 | 312 | 62 | 31 | 0 | 25 | 321 | 61 | 73 |
| Binary | 1100100 | 10011000 | 11001010 | 110010 | 11001 | 0 | 10101 | 11010001 | 110001 | 111011 |
Color Harmonies of #6498CA
Complementary color
Monochromatic Colors of #6498CA
Black with #6498CA
Text Example
Text Example
White with #6498CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6498CA; }
p { color: rgb(100,152,202); }
H1.HeaderClassName
{
color: #6498CA;
}
.AnyTagClassName
{
color: #6498CA;
}
</style>
background-color css
<style>
a { background-color: #6498CA; }
a { background-color: rgb(100,152,202); }
div.DivClassName
{
background-color: #6498CA;
}
.BgClassName
{
background-color: #6498CA;
}
</style>
border-color css
<style>
span { border-color: #6498CA; }
span { border-color: rgb(100,152,202); }
td.TdClassName
{
border-color: #6498CA;
}
.TagClassName
{
border-color: #6498CA;
}
</style>