Shades of Picton Blue #6299CA
Tints of Picton Blue #6299CA
RGB
CMYK
RGB Variations
Color information
#6299CA (or 0x6299CA) is known color: Picton Blue. HEX triplet: 62, 99 and CA. RGB value is (98,153,202). Sum of RGB (Red+Green+Blue) = 98+153+202=453 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.63% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #6299CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6299CA is #9D6635. Grayscale: #8D8D8D. Windows color (decimal): -10315318 or 13277538. OLE color: 13277538.
HSL color Cylindrical-coordinate representation of color #6299CA: hue angle of 208.27º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6299CA is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 153 | 202 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.21 |
| HSL | 208.27º | 0.5% | 0.59% | - |
| HSV(B) | 208.27º | 0.51% | 0.79% | - |
| XYZ | 27.09 | 29.64 | 60.17 | - |
| YUV | 142.14 | 161.78 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 153 | 202 | 0.51 | 0.24 | 0 | 0.21 | 208.27 | 0.5 | 0.59 |
| Hex | 62 | 99 | CA | 33 | 18 | 0 | 15 | D0 | 32 | 3B |
| Octal | 142 | 231 | 312 | 63 | 30 | 0 | 25 | 320 | 62 | 73 |
| Binary | 1100010 | 10011001 | 11001010 | 110011 | 11000 | 0 | 10101 | 11010000 | 110010 | 111011 |
Color Harmonies of #6299CA
Complementary color
Monochromatic Colors of #6299CA
Black with #6299CA
Text Example
Text Example
White with #6299CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6299CA; }
p { color: rgb(98,153,202); }
H1.HeaderClassName
{
color: #6299CA;
}
.AnyTagClassName
{
color: #6299CA;
}
</style>
background-color css
<style>
a { background-color: #6299CA; }
a { background-color: rgb(98,153,202); }
div.DivClassName
{
background-color: #6299CA;
}
.BgClassName
{
background-color: #6299CA;
}
</style>
border-color css
<style>
span { border-color: #6299CA; }
span { border-color: rgb(98,153,202); }
td.TdClassName
{
border-color: #6299CA;
}
.TagClassName
{
border-color: #6299CA;
}
</style>