Shades of Picton Blue #6897D3
Tints of Picton Blue #6897D3
RGB
CMYK
RGB Variations
Color information
#6897D3 (or 0x6897D3) is known color: Picton Blue. HEX triplet: 68, 97 and D3. RGB value is (104,151,211). Sum of RGB (Red+Green+Blue) = 104+151+211=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 211 - color contains mainly: blue. Hex color #6897D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6897D3 is #97682C. Grayscale: #8F8F8F. Windows color (decimal): -9922605 or 13866856. OLE color: 13866856.
HSL color Cylindrical-coordinate representation of color #6897D3: hue angle of 213.64º 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 #6897D3 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 151 | 211 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.17 |
| HSL | 213.64º | 0.55% | 0.62% | - |
| HSV(B) | 213.64º | 0.51% | 0.83% | - |
| XYZ | 28.53 | 29.78 | 65.87 | - |
| YUV | 143.79 | 165.93 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 151 | 211 | 0.51 | 0.28 | 0 | 0.17 | 213.64 | 0.55 | 0.62 |
| Hex | 68 | 97 | D3 | 33 | 1C | 0 | 11 | D6 | 37 | 3E |
| Octal | 150 | 227 | 323 | 63 | 34 | 0 | 21 | 326 | 67 | 76 |
| Binary | 1101000 | 10010111 | 11010011 | 110011 | 11100 | 0 | 10001 | 11010110 | 110111 | 111110 |
Color Harmonies of #6897D3
Complementary color
Monochromatic Colors of #6897D3
Black with #6897D3
Text Example
Text Example
White with #6897D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6897D3; }
p { color: rgb(104,151,211); }
H1.HeaderClassName
{
color: #6897D3;
}
.AnyTagClassName
{
color: #6897D3;
}
</style>
background-color css
<style>
a { background-color: #6897D3; }
a { background-color: rgb(104,151,211); }
div.DivClassName
{
background-color: #6897D3;
}
.BgClassName
{
background-color: #6897D3;
}
</style>
border-color css
<style>
span { border-color: #6897D3; }
span { border-color: rgb(104,151,211); }
td.TdClassName
{
border-color: #6897D3;
}
.TagClassName
{
border-color: #6897D3;
}
</style>