Shades of Picton Blue #6794D3
Tints of Picton Blue #6794D3
RGB
CMYK
RGB Variations
Color information
#6794D3 (or 0x6794D3) is known color: Picton Blue. HEX triplet: 67, 94 and D3. RGB value is (103,148,211). Sum of RGB (Red+Green+Blue) = 103+148+211=462 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.29% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 211 - color contains mainly: blue. Hex color #6794D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6794D3 is #986B2C. Grayscale: #8D8D8D. Windows color (decimal): -9988909 or 13866087. OLE color: 13866087.
HSL color Cylindrical-coordinate representation of color #6794D3: hue angle of 215º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6794D3 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 103 | 148 | 211 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.17 |
| HSL | 215º | 0.55% | 0.62% | - |
| HSV(B) | 215º | 0.51% | 0.83% | - |
| XYZ | 27.94 | 28.77 | 65.71 | - |
| YUV | 141.73 | 167.09 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 148 | 211 | 0.51 | 0.30 | 0 | 0.17 | 215 | 0.55 | 0.62 |
| Hex | 67 | 94 | D3 | 33 | 1E | 0 | 11 | D7 | 37 | 3E |
| Octal | 147 | 224 | 323 | 63 | 36 | 0 | 21 | 327 | 67 | 76 |
| Binary | 1100111 | 10010100 | 11010011 | 110011 | 11110 | 0 | 10001 | 11010111 | 110111 | 111110 |
Color Harmonies of #6794D3
Complementary color
Monochromatic Colors of #6794D3
Black with #6794D3
Text Example
Text Example
White with #6794D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6794D3; }
p { color: rgb(103,148,211); }
H1.HeaderClassName
{
color: #6794D3;
}
.AnyTagClassName
{
color: #6794D3;
}
</style>
background-color css
<style>
a { background-color: #6794D3; }
a { background-color: rgb(103,148,211); }
div.DivClassName
{
background-color: #6794D3;
}
.BgClassName
{
background-color: #6794D3;
}
</style>
border-color css
<style>
span { border-color: #6794D3; }
span { border-color: rgb(103,148,211); }
td.TdClassName
{
border-color: #6794D3;
}
.TagClassName
{
border-color: #6794D3;
}
</style>