Shades of Picton Blue #6295CF
Tints of Picton Blue #6295CF
RGB
CMYK
RGB Variations
Color information
#6295CF (or 0x6295CF) is known color: Picton Blue. HEX triplet: 62, 95 and CF. RGB value is (98,149,207). Sum of RGB (Red+Green+Blue) = 98+149+207=454 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.59% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #6295CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6295CF is #9D6A30. Grayscale: #8C8C8C. Windows color (decimal): -10316337 or 13604194. OLE color: 13604194.
HSL color Cylindrical-coordinate representation of color #6295CF: hue angle of 211.93º 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 #6295CF is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 149 | 207 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.19 |
| HSL | 211.93º | 0.53% | 0.6% | - |
| HSV(B) | 211.93º | 0.53% | 0.81% | - |
| XYZ | 27.05 | 28.6 | 63.13 | - |
| YUV | 140.36 | 165.6 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 149 | 207 | 0.53 | 0.28 | 0 | 0.19 | 211.93 | 0.53 | 0.6 |
| Hex | 62 | 95 | CF | 35 | 1C | 0 | 13 | D4 | 35 | 3C |
| Octal | 142 | 225 | 317 | 65 | 34 | 0 | 23 | 324 | 65 | 74 |
| Binary | 1100010 | 10010101 | 11001111 | 110101 | 11100 | 0 | 10011 | 11010100 | 110101 | 111100 |
Color Harmonies of #6295CF
Complementary color
Monochromatic Colors of #6295CF
Black with #6295CF
Text Example
Text Example
White with #6295CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6295CF; }
p { color: rgb(98,149,207); }
H1.HeaderClassName
{
color: #6295CF;
}
.AnyTagClassName
{
color: #6295CF;
}
</style>
background-color css
<style>
a { background-color: #6295CF; }
a { background-color: rgb(98,149,207); }
div.DivClassName
{
background-color: #6295CF;
}
.BgClassName
{
background-color: #6295CF;
}
</style>
border-color css
<style>
span { border-color: #6295CF; }
span { border-color: rgb(98,149,207); }
td.TdClassName
{
border-color: #6295CF;
}
.TagClassName
{
border-color: #6295CF;
}
</style>