Shades of Picton Blue #6098D0
Tints of Picton Blue #6098D0
RGB
CMYK
RGB Variations
Color information
#6098D0 (or 0x6098D0) is known color: Picton Blue. HEX triplet: 60, 98 and D0. RGB value is (96,152,208). Sum of RGB (Red+Green+Blue) = 96+152+208=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 208 - color contains mainly: blue. Hex color #6098D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6098D0 is #9F672F. Grayscale: #8D8D8D. Windows color (decimal): -10446640 or 13670496. OLE color: 13670496.
HSL color Cylindrical-coordinate representation of color #6098D0: hue angle of 210º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6098D0 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 152 | 208 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.18 |
| HSL | 210º | 0.54% | 0.6% | - |
| HSV(B) | 210º | 0.54% | 0.82% | - |
| XYZ | 27.44 | 29.5 | 63.92 | - |
| YUV | 141.64 | 165.45 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 152 | 208 | 0.54 | 0.27 | 0 | 0.18 | 210 | 0.54 | 0.6 |
| Hex | 60 | 98 | D0 | 36 | 1B | 0 | 12 | D2 | 36 | 3C |
| Octal | 140 | 230 | 320 | 66 | 33 | 0 | 22 | 322 | 66 | 74 |
| Binary | 1100000 | 10011000 | 11010000 | 110110 | 11011 | 0 | 10010 | 11010010 | 110110 | 111100 |
Color Harmonies of #6098D0
Complementary color
Monochromatic Colors of #6098D0
Black with #6098D0
Text Example
Text Example
White with #6098D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6098D0; }
p { color: rgb(96,152,208); }
H1.HeaderClassName
{
color: #6098D0;
}
.AnyTagClassName
{
color: #6098D0;
}
</style>
background-color css
<style>
a { background-color: #6098D0; }
a { background-color: rgb(96,152,208); }
div.DivClassName
{
background-color: #6098D0;
}
.BgClassName
{
background-color: #6098D0;
}
</style>
border-color css
<style>
span { border-color: #6098D0; }
span { border-color: rgb(96,152,208); }
td.TdClassName
{
border-color: #6098D0;
}
.TagClassName
{
border-color: #6098D0;
}
</style>