Shades of Picton Blue #6298CF
Tints of Picton Blue #6298CF
RGB
CMYK
RGB Variations
Color information
#6298CF (or 0x6298CF) is known color: Picton Blue. HEX triplet: 62, 98 and CF. RGB value is (98,152,207). Sum of RGB (Red+Green+Blue) = 98+152+207=457 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.44% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #6298CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6298CF is #9D6730. Grayscale: #8D8D8D. Windows color (decimal): -10315569 or 13604962. OLE color: 13604962.
HSL color Cylindrical-coordinate representation of color #6298CF: hue angle of 210.28º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6298CF is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 152 | 207 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.19 |
| HSL | 210.28º | 0.53% | 0.6% | - |
| HSV(B) | 210.28º | 0.53% | 0.81% | - |
| XYZ | 27.53 | 29.56 | 63.29 | - |
| YUV | 142.12 | 164.61 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 152 | 207 | 0.53 | 0.27 | 0 | 0.19 | 210.28 | 0.53 | 0.6 |
| Hex | 62 | 98 | CF | 35 | 1B | 0 | 13 | D2 | 35 | 3C |
| Octal | 142 | 230 | 317 | 65 | 33 | 0 | 23 | 322 | 65 | 74 |
| Binary | 1100010 | 10011000 | 11001111 | 110101 | 11011 | 0 | 10011 | 11010010 | 110101 | 111100 |
Color Harmonies of #6298CF
Complementary color
Monochromatic Colors of #6298CF
Black with #6298CF
Text Example
Text Example
White with #6298CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6298CF; }
p { color: rgb(98,152,207); }
H1.HeaderClassName
{
color: #6298CF;
}
.AnyTagClassName
{
color: #6298CF;
}
</style>
background-color css
<style>
a { background-color: #6298CF; }
a { background-color: rgb(98,152,207); }
div.DivClassName
{
background-color: #6298CF;
}
.BgClassName
{
background-color: #6298CF;
}
</style>
border-color css
<style>
span { border-color: #6298CF; }
span { border-color: rgb(98,152,207); }
td.TdClassName
{
border-color: #6298CF;
}
.TagClassName
{
border-color: #6298CF;
}
</style>