Shades of Picton Blue #6293D1
Tints of Picton Blue #6293D1
RGB
CMYK
RGB Variations
Color information
#6293D1 (or 0x6293D1) is known color: Picton Blue. HEX triplet: 62, 93 and D1. RGB value is (98,147,209). Sum of RGB (Red+Green+Blue) = 98+147+209=454 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.59% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 209 - color contains mainly: blue. Hex color #6293D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6293D1 is #9D6C2E. Grayscale: #8B8B8B. Windows color (decimal): -10316847 or 13734754. OLE color: 13734754.
HSL color Cylindrical-coordinate representation of color #6293D1: hue angle of 213.51º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6293D1 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 147 | 209 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.18 |
| HSL | 213.51º | 0.55% | 0.6% | - |
| HSV(B) | 213.51º | 0.53% | 0.82% | - |
| XYZ | 26.98 | 28.07 | 64.32 | - |
| YUV | 139.42 | 167.27 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 209 | 0.53 | 0.30 | 0 | 0.18 | 213.51 | 0.55 | 0.6 |
| Hex | 62 | 93 | D1 | 35 | 1E | 0 | 12 | D6 | 37 | 3C |
| Octal | 142 | 223 | 321 | 65 | 36 | 0 | 22 | 326 | 67 | 74 |
| Binary | 1100010 | 10010011 | 11010001 | 110101 | 11110 | 0 | 10010 | 11010110 | 110111 | 111100 |
Color Harmonies of #6293D1
Complementary color
Monochromatic Colors of #6293D1
Black with #6293D1
Text Example
Text Example
White with #6293D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6293D1; }
p { color: rgb(98,147,209); }
H1.HeaderClassName
{
color: #6293D1;
}
.AnyTagClassName
{
color: #6293D1;
}
</style>
background-color css
<style>
a { background-color: #6293D1; }
a { background-color: rgb(98,147,209); }
div.DivClassName
{
background-color: #6293D1;
}
.BgClassName
{
background-color: #6293D1;
}
</style>
border-color css
<style>
span { border-color: #6293D1; }
span { border-color: rgb(98,147,209); }
td.TdClassName
{
border-color: #6293D1;
}
.TagClassName
{
border-color: #6293D1;
}
</style>