Shades of Picton Blue #6298CC
Tints of Picton Blue #6298CC
RGB
CMYK
RGB Variations
Color information
#6298CC (or 0x6298CC) is known color: Picton Blue. HEX triplet: 62, 98 and CC. RGB value is (98,152,204). Sum of RGB (Red+Green+Blue) = 98+152+204=454 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.59% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #6298CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6298CC is #9D6733. Grayscale: #8D8D8D. Windows color (decimal): -10315572 or 13408354. OLE color: 13408354.
HSL color Cylindrical-coordinate representation of color #6298CC: hue angle of 209.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6298CC is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 152 | 204 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.2 |
| HSL | 209.43º | 0.51% | 0.59% | - |
| HSV(B) | 209.43º | 0.52% | 0.8% | - |
| XYZ | 27.16 | 29.41 | 61.37 | - |
| YUV | 141.78 | 163.11 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 152 | 204 | 0.52 | 0.25 | 0 | 0.2 | 209.43 | 0.51 | 0.59 |
| Hex | 62 | 98 | CC | 34 | 19 | 0 | 14 | D1 | 33 | 3B |
| Octal | 142 | 230 | 314 | 64 | 31 | 0 | 24 | 321 | 63 | 73 |
| Binary | 1100010 | 10011000 | 11001100 | 110100 | 11001 | 0 | 10100 | 11010001 | 110011 | 111011 |
Color Harmonies of #6298CC
Complementary color
Monochromatic Colors of #6298CC
Black with #6298CC
Text Example
Text Example
White with #6298CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6298CC; }
p { color: rgb(98,152,204); }
H1.HeaderClassName
{
color: #6298CC;
}
.AnyTagClassName
{
color: #6298CC;
}
</style>
background-color css
<style>
a { background-color: #6298CC; }
a { background-color: rgb(98,152,204); }
div.DivClassName
{
background-color: #6298CC;
}
.BgClassName
{
background-color: #6298CC;
}
</style>
border-color css
<style>
span { border-color: #6298CC; }
span { border-color: rgb(98,152,204); }
td.TdClassName
{
border-color: #6298CC;
}
.TagClassName
{
border-color: #6298CC;
}
</style>