Shades of Picton Blue #6598CE
Tints of Picton Blue #6598CE
RGB
CMYK
RGB Variations
Color information
#6598CE (or 0x6598CE) is known color: Picton Blue. HEX triplet: 65, 98 and CE. RGB value is (101,152,206). Sum of RGB (Red+Green+Blue) = 101+152+206=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #6598CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6598CE is #9A6731. Grayscale: #8E8E8E. Windows color (decimal): -10118962 or 13539429. OLE color: 13539429.
HSL color Cylindrical-coordinate representation of color #6598CE: hue angle of 210.86º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6598CE is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 152 | 206 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.19 |
| HSL | 210.86º | 0.52% | 0.6% | - |
| HSV(B) | 210.86º | 0.51% | 0.81% | - |
| XYZ | 27.74 | 29.68 | 62.66 | - |
| YUV | 142.91 | 163.6 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 152 | 206 | 0.51 | 0.26 | 0 | 0.19 | 210.86 | 0.52 | 0.6 |
| Hex | 65 | 98 | CE | 33 | 1A | 0 | 13 | D3 | 34 | 3C |
| Octal | 145 | 230 | 316 | 63 | 32 | 0 | 23 | 323 | 64 | 74 |
| Binary | 1100101 | 10011000 | 11001110 | 110011 | 11010 | 0 | 10011 | 11010011 | 110100 | 111100 |
Color Harmonies of #6598CE
Complementary color
Monochromatic Colors of #6598CE
Black with #6598CE
Text Example
Text Example
White with #6598CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6598CE; }
p { color: rgb(101,152,206); }
H1.HeaderClassName
{
color: #6598CE;
}
.AnyTagClassName
{
color: #6598CE;
}
</style>
background-color css
<style>
a { background-color: #6598CE; }
a { background-color: rgb(101,152,206); }
div.DivClassName
{
background-color: #6598CE;
}
.BgClassName
{
background-color: #6598CE;
}
</style>
border-color css
<style>
span { border-color: #6598CE; }
span { border-color: rgb(101,152,206); }
td.TdClassName
{
border-color: #6598CE;
}
.TagClassName
{
border-color: #6598CE;
}
</style>