Shades of Picton Blue #6598CA
Tints of Picton Blue #6598CA
RGB
CMYK
RGB Variations
Color information
#6598CA (or 0x6598CA) is known color: Picton Blue. HEX triplet: 65, 98 and CA. RGB value is (101,152,202). Sum of RGB (Red+Green+Blue) = 101+152+202=455 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.20% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #6598CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6598CA is #9A6735. Grayscale: #8E8E8E. Windows color (decimal): -10118966 or 13277285. OLE color: 13277285.
HSL color Cylindrical-coordinate representation of color #6598CA: hue angle of 209.7º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6598CA is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 152 | 202 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.21 |
| HSL | 209.7º | 0.49% | 0.59% | - |
| HSV(B) | 209.7º | 0.5% | 0.79% | - |
| XYZ | 27.26 | 29.49 | 60.13 | - |
| YUV | 142.45 | 161.6 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 152 | 202 | 0.50 | 0.25 | 0 | 0.21 | 209.7 | 0.49 | 0.59 |
| Hex | 65 | 98 | CA | 32 | 19 | 0 | 15 | D2 | 31 | 3B |
| Octal | 145 | 230 | 312 | 62 | 31 | 0 | 25 | 322 | 61 | 73 |
| Binary | 1100101 | 10011000 | 11001010 | 110010 | 11001 | 0 | 10101 | 11010010 | 110001 | 111011 |
Color Harmonies of #6598CA
Complementary color
Monochromatic Colors of #6598CA
Black with #6598CA
Text Example
Text Example
White with #6598CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6598CA; }
p { color: rgb(101,152,202); }
H1.HeaderClassName
{
color: #6598CA;
}
.AnyTagClassName
{
color: #6598CA;
}
</style>
background-color css
<style>
a { background-color: #6598CA; }
a { background-color: rgb(101,152,202); }
div.DivClassName
{
background-color: #6598CA;
}
.BgClassName
{
background-color: #6598CA;
}
</style>
border-color css
<style>
span { border-color: #6598CA; }
span { border-color: rgb(101,152,202); }
td.TdClassName
{
border-color: #6598CA;
}
.TagClassName
{
border-color: #6598CA;
}
</style>