Shades of Picton Blue #6297CF
Tints of Picton Blue #6297CF
RGB
CMYK
RGB Variations
Color information
#6297CF (or 0x6297CF) is known color: Picton Blue. HEX triplet: 62, 97 and CF. RGB value is (98,151,207). Sum of RGB (Red+Green+Blue) = 98+151+207=456 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.49% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #6297CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6297CF is #9D6830. Grayscale: #8D8D8D. Windows color (decimal): -10315825 or 13604706. OLE color: 13604706.
HSL color Cylindrical-coordinate representation of color #6297CF: hue angle of 210.83º 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 #6297CF is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 151 | 207 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.19 |
| HSL | 210.83º | 0.53% | 0.6% | - |
| HSV(B) | 210.83º | 0.53% | 0.81% | - |
| XYZ | 27.37 | 29.23 | 63.23 | - |
| YUV | 141.54 | 164.94 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 151 | 207 | 0.53 | 0.27 | 0 | 0.19 | 210.83 | 0.53 | 0.6 |
| Hex | 62 | 97 | CF | 35 | 1B | 0 | 13 | D3 | 35 | 3C |
| Octal | 142 | 227 | 317 | 65 | 33 | 0 | 23 | 323 | 65 | 74 |
| Binary | 1100010 | 10010111 | 11001111 | 110101 | 11011 | 0 | 10011 | 11010011 | 110101 | 111100 |
Color Harmonies of #6297CF
Complementary color
Monochromatic Colors of #6297CF
Black with #6297CF
Text Example
Text Example
White with #6297CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6297CF; }
p { color: rgb(98,151,207); }
H1.HeaderClassName
{
color: #6297CF;
}
.AnyTagClassName
{
color: #6297CF;
}
</style>
background-color css
<style>
a { background-color: #6297CF; }
a { background-color: rgb(98,151,207); }
div.DivClassName
{
background-color: #6297CF;
}
.BgClassName
{
background-color: #6297CF;
}
</style>
border-color css
<style>
span { border-color: #6297CF; }
span { border-color: rgb(98,151,207); }
td.TdClassName
{
border-color: #6297CF;
}
.TagClassName
{
border-color: #6297CF;
}
</style>