Shades of Picton Blue #6297D9
Tints of Picton Blue #6297D9
RGB
CMYK
RGB Variations
Color information
#6297D9 (or 0x6297D9) is known color: Picton Blue. HEX triplet: 62, 97 and D9. RGB value is (98,151,217). Sum of RGB (Red+Green+Blue) = 98+151+217=466 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.03% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 217 - color contains mainly: blue. Hex color #6297D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6297D9 is #9D6826. Grayscale: #8E8E8E. Windows color (decimal): -10315815 or 14260066. OLE color: 14260066.
HSL color Cylindrical-coordinate representation of color #6297D9: hue angle of 213.28º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6297D9 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 151 | 217 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.15 |
| HSL | 213.28º | 0.61% | 0.62% | - |
| HSV(B) | 213.28º | 0.55% | 0.85% | - |
| XYZ | 28.63 | 29.74 | 69.88 | - |
| YUV | 142.68 | 169.94 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 151 | 217 | 0.55 | 0.30 | 0 | 0.15 | 213.28 | 0.61 | 0.62 |
| Hex | 62 | 97 | D9 | 37 | 1E | 0 | F | D5 | 3D | 3E |
| Octal | 142 | 227 | 331 | 67 | 36 | 0 | 17 | 325 | 75 | 76 |
| Binary | 1100010 | 10010111 | 11011001 | 110111 | 11110 | 0 | 1111 | 11010101 | 111101 | 111110 |
Color Harmonies of #6297D9
Complementary color
Monochromatic Colors of #6297D9
Black with #6297D9
Text Example
Text Example
White with #6297D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6297D9; }
p { color: rgb(98,151,217); }
H1.HeaderClassName
{
color: #6297D9;
}
.AnyTagClassName
{
color: #6297D9;
}
</style>
background-color css
<style>
a { background-color: #6297D9; }
a { background-color: rgb(98,151,217); }
div.DivClassName
{
background-color: #6297D9;
}
.BgClassName
{
background-color: #6297D9;
}
</style>
border-color css
<style>
span { border-color: #6297D9; }
span { border-color: rgb(98,151,217); }
td.TdClassName
{
border-color: #6297D9;
}
.TagClassName
{
border-color: #6297D9;
}
</style>