Shades of Picton Blue #6198CB
Tints of Picton Blue #6198CB
RGB
CMYK
RGB Variations
Color information
#6198CB (or 0x6198CB) is known color: Picton Blue. HEX triplet: 61, 98 and CB. RGB value is (97,152,203). Sum of RGB (Red+Green+Blue) = 97+152+203=452 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.46% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #6198CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6198CB is #9E6734. Grayscale: #8D8D8D. Windows color (decimal): -10381109 or 13342817. OLE color: 13342817.
HSL color Cylindrical-coordinate representation of color #6198CB: hue angle of 208.87º 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 #6198CB is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 152 | 203 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.20 |
| HSL | 208.87º | 0.5% | 0.59% | - |
| HSV(B) | 208.87º | 0.52% | 0.8% | - |
| XYZ | 26.94 | 29.31 | 60.74 | - |
| YUV | 141.37 | 162.78 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 152 | 203 | 0.52 | 0.25 | 0 | 0.20 | 208.87 | 0.5 | 0.59 |
| Hex | 61 | 98 | CB | 34 | 19 | 0 | 14 | D1 | 32 | 3B |
| Octal | 141 | 230 | 313 | 64 | 31 | 0 | 24 | 321 | 62 | 73 |
| Binary | 1100001 | 10011000 | 11001011 | 110100 | 11001 | 0 | 10100 | 11010001 | 110010 | 111011 |
Color Harmonies of #6198CB
Complementary color
Monochromatic Colors of #6198CB
Black with #6198CB
Text Example
Text Example
White with #6198CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6198CB; }
p { color: rgb(97,152,203); }
H1.HeaderClassName
{
color: #6198CB;
}
.AnyTagClassName
{
color: #6198CB;
}
</style>
background-color css
<style>
a { background-color: #6198CB; }
a { background-color: rgb(97,152,203); }
div.DivClassName
{
background-color: #6198CB;
}
.BgClassName
{
background-color: #6198CB;
}
</style>
border-color css
<style>
span { border-color: #6198CB; }
span { border-color: rgb(97,152,203); }
td.TdClassName
{
border-color: #6198CB;
}
.TagClassName
{
border-color: #6198CB;
}
</style>