Shades of Picton Blue #6299CB
Tints of Picton Blue #6299CB
RGB
CMYK
RGB Variations
Color information
#6299CB (or 0x6299CB) is known color: Picton Blue. HEX triplet: 62, 99 and CB. RGB value is (98,153,203). Sum of RGB (Red+Green+Blue) = 98+153+203=454 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.59% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #6299CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6299CB is #9D6634. Grayscale: #8E8E8E. Windows color (decimal): -10315317 or 13343074. OLE color: 13343074.
HSL color Cylindrical-coordinate representation of color #6299CB: hue angle of 208.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6299CB is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 153 | 203 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.20 |
| HSL | 208.57º | 0.5% | 0.59% | - |
| HSV(B) | 208.57º | 0.52% | 0.8% | - |
| XYZ | 27.21 | 29.69 | 60.8 | - |
| YUV | 142.26 | 162.28 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 153 | 203 | 0.52 | 0.25 | 0 | 0.20 | 208.57 | 0.5 | 0.59 |
| Hex | 62 | 99 | CB | 34 | 19 | 0 | 14 | D1 | 32 | 3B |
| Octal | 142 | 231 | 313 | 64 | 31 | 0 | 24 | 321 | 62 | 73 |
| Binary | 1100010 | 10011001 | 11001011 | 110100 | 11001 | 0 | 10100 | 11010001 | 110010 | 111011 |
Color Harmonies of #6299CB
Complementary color
Monochromatic Colors of #6299CB
Black with #6299CB
Text Example
Text Example
White with #6299CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6299CB; }
p { color: rgb(98,153,203); }
H1.HeaderClassName
{
color: #6299CB;
}
.AnyTagClassName
{
color: #6299CB;
}
</style>
background-color css
<style>
a { background-color: #6299CB; }
a { background-color: rgb(98,153,203); }
div.DivClassName
{
background-color: #6299CB;
}
.BgClassName
{
background-color: #6299CB;
}
</style>
border-color css
<style>
span { border-color: #6299CB; }
span { border-color: rgb(98,153,203); }
td.TdClassName
{
border-color: #6299CB;
}
.TagClassName
{
border-color: #6299CB;
}
</style>