Shades of Picton Blue #6493D3
Tints of Picton Blue #6493D3
RGB
CMYK
RGB Variations
Color information
#6493D3 (or 0x6493D3) is known color: Picton Blue. HEX triplet: 64, 93 and D3. RGB value is (100,147,211). Sum of RGB (Red+Green+Blue) = 100+147+211=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 211 - color contains mainly: blue. Hex color #6493D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6493D3 is #9B6C2C. Grayscale: #8B8B8B. Windows color (decimal): -10185773 or 13865828. OLE color: 13865828.
HSL color Cylindrical-coordinate representation of color #6493D3: hue angle of 214.59º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6493D3 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 147 | 211 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.17 |
| HSL | 214.59º | 0.56% | 0.61% | - |
| HSV(B) | 214.59º | 0.53% | 0.83% | - |
| XYZ | 27.45 | 28.28 | 65.64 | - |
| YUV | 140.24 | 167.93 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 147 | 211 | 0.53 | 0.30 | 0 | 0.17 | 214.59 | 0.56 | 0.61 |
| Hex | 64 | 93 | D3 | 35 | 1E | 0 | 11 | D7 | 38 | 3D |
| Octal | 144 | 223 | 323 | 65 | 36 | 0 | 21 | 327 | 70 | 75 |
| Binary | 1100100 | 10010011 | 11010011 | 110101 | 11110 | 0 | 10001 | 11010111 | 111000 | 111101 |
Color Harmonies of #6493D3
Complementary color
Monochromatic Colors of #6493D3
Black with #6493D3
Text Example
Text Example
White with #6493D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6493D3; }
p { color: rgb(100,147,211); }
H1.HeaderClassName
{
color: #6493D3;
}
.AnyTagClassName
{
color: #6493D3;
}
</style>
background-color css
<style>
a { background-color: #6493D3; }
a { background-color: rgb(100,147,211); }
div.DivClassName
{
background-color: #6493D3;
}
.BgClassName
{
background-color: #6493D3;
}
</style>
border-color css
<style>
span { border-color: #6493D3; }
span { border-color: rgb(100,147,211); }
td.TdClassName
{
border-color: #6493D3;
}
.TagClassName
{
border-color: #6493D3;
}
</style>