Shades of Picton Blue #6098D6
Tints of Picton Blue #6098D6
RGB
CMYK
RGB Variations
Color information
#6098D6 (or 0x6098D6) is known color: Picton Blue. HEX triplet: 60, 98 and D6. RGB value is (96,152,214). Sum of RGB (Red+Green+Blue) = 96+152+214=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 214 (83.98% from 255 or 46.32% from 462); Max value from RGB is 214 - color contains mainly: blue. Hex color #6098D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6098D6 is #9F6729. Grayscale: #8E8E8E. Windows color (decimal): -10446634 or 14063712. OLE color: 14063712.
HSL color Cylindrical-coordinate representation of color #6098D6: hue angle of 211.53º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6098D6 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 152 | 214 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.16 |
| HSL | 211.53º | 0.59% | 0.61% | - |
| HSV(B) | 211.53º | 0.55% | 0.84% | - |
| XYZ | 28.19 | 29.8 | 67.88 | - |
| YUV | 142.32 | 168.45 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 152 | 214 | 0.55 | 0.29 | 0 | 0.16 | 211.53 | 0.59 | 0.61 |
| Hex | 60 | 98 | D6 | 37 | 1D | 0 | 10 | D4 | 3B | 3D |
| Octal | 140 | 230 | 326 | 67 | 35 | 0 | 20 | 324 | 73 | 75 |
| Binary | 1100000 | 10011000 | 11010110 | 110111 | 11101 | 0 | 10000 | 11010100 | 111011 | 111101 |
Color Harmonies of #6098D6
Complementary color
Monochromatic Colors of #6098D6
Black with #6098D6
Text Example
Text Example
White with #6098D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6098D6; }
p { color: rgb(96,152,214); }
H1.HeaderClassName
{
color: #6098D6;
}
.AnyTagClassName
{
color: #6098D6;
}
</style>
background-color css
<style>
a { background-color: #6098D6; }
a { background-color: rgb(96,152,214); }
div.DivClassName
{
background-color: #6098D6;
}
.BgClassName
{
background-color: #6098D6;
}
</style>
border-color css
<style>
span { border-color: #6098D6; }
span { border-color: rgb(96,152,214); }
td.TdClassName
{
border-color: #6098D6;
}
.TagClassName
{
border-color: #6098D6;
}
</style>