Shades of Picton Blue #6098CB
Tints of Picton Blue #6098CB
RGB
CMYK
RGB Variations
Color information
#6098CB (or 0x6098CB) is known color: Picton Blue. HEX triplet: 60, 98 and CB. RGB value is (96,152,203). Sum of RGB (Red+Green+Blue) = 96+152+203=451 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.29% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #6098CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6098CB is #9F6734. Grayscale: #8C8C8C. Windows color (decimal): -10446645 or 13342816. OLE color: 13342816.
HSL color Cylindrical-coordinate representation of color #6098CB: hue angle of 208.6º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6098CB is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 152 | 203 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.20 |
| HSL | 208.6º | 0.51% | 0.59% | - |
| HSV(B) | 208.6º | 0.53% | 0.8% | - |
| XYZ | 26.83 | 29.26 | 60.73 | - |
| YUV | 141.07 | 162.95 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 152 | 203 | 0.53 | 0.25 | 0 | 0.20 | 208.6 | 0.51 | 0.59 |
| Hex | 60 | 98 | CB | 35 | 19 | 0 | 14 | D1 | 33 | 3B |
| Octal | 140 | 230 | 313 | 65 | 31 | 0 | 24 | 321 | 63 | 73 |
| Binary | 1100000 | 10011000 | 11001011 | 110101 | 11001 | 0 | 10100 | 11010001 | 110011 | 111011 |
Color Harmonies of #6098CB
Complementary color
Monochromatic Colors of #6098CB
Black with #6098CB
Text Example
Text Example
White with #6098CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6098CB; }
p { color: rgb(96,152,203); }
H1.HeaderClassName
{
color: #6098CB;
}
.AnyTagClassName
{
color: #6098CB;
}
</style>
background-color css
<style>
a { background-color: #6098CB; }
a { background-color: rgb(96,152,203); }
div.DivClassName
{
background-color: #6098CB;
}
.BgClassName
{
background-color: #6098CB;
}
</style>
border-color css
<style>
span { border-color: #6098CB; }
span { border-color: rgb(96,152,203); }
td.TdClassName
{
border-color: #6098CB;
}
.TagClassName
{
border-color: #6098CB;
}
</style>