Shades of Picton Blue #6098CF
Tints of Picton Blue #6098CF
RGB
CMYK
RGB Variations
Color information
#6098CF (or 0x6098CF) is known color: Picton Blue. HEX triplet: 60, 98 and CF. RGB value is (96,152,207). Sum of RGB (Red+Green+Blue) = 96+152+207=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #6098CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6098CF is #9F6730. Grayscale: #8D8D8D. Windows color (decimal): -10446641 or 13604960. OLE color: 13604960.
HSL color Cylindrical-coordinate representation of color #6098CF: hue angle of 209.73º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6098CF is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 152 | 207 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.19 |
| HSL | 209.73º | 0.54% | 0.59% | - |
| HSV(B) | 209.73º | 0.54% | 0.81% | - |
| XYZ | 27.31 | 29.45 | 63.28 | - |
| YUV | 141.53 | 164.95 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 152 | 207 | 0.54 | 0.27 | 0 | 0.19 | 209.73 | 0.54 | 0.59 |
| Hex | 60 | 98 | CF | 36 | 1B | 0 | 13 | D2 | 36 | 3B |
| Octal | 140 | 230 | 317 | 66 | 33 | 0 | 23 | 322 | 66 | 73 |
| Binary | 1100000 | 10011000 | 11001111 | 110110 | 11011 | 0 | 10011 | 11010010 | 110110 | 111011 |
Color Harmonies of #6098CF
Complementary color
Monochromatic Colors of #6098CF
Black with #6098CF
Text Example
Text Example
White with #6098CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6098CF; }
p { color: rgb(96,152,207); }
H1.HeaderClassName
{
color: #6098CF;
}
.AnyTagClassName
{
color: #6098CF;
}
</style>
background-color css
<style>
a { background-color: #6098CF; }
a { background-color: rgb(96,152,207); }
div.DivClassName
{
background-color: #6098CF;
}
.BgClassName
{
background-color: #6098CF;
}
</style>
border-color css
<style>
span { border-color: #6098CF; }
span { border-color: rgb(96,152,207); }
td.TdClassName
{
border-color: #6098CF;
}
.TagClassName
{
border-color: #6098CF;
}
</style>