Shades of Picton Blue #6895D3
Tints of Picton Blue #6895D3
RGB
CMYK
RGB Variations
Color information
#6895D3 (or 0x6895D3) is known color: Picton Blue. HEX triplet: 68, 95 and D3. RGB value is (104,149,211). Sum of RGB (Red+Green+Blue) = 104+149+211=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #6895D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6895D3 is #976A2C. Grayscale: #8E8E8E. Windows color (decimal): -9923117 or 13866344. OLE color: 13866344.
HSL color Cylindrical-coordinate representation of color #6895D3: hue angle of 214.77º 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 #6895D3 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 149 | 211 | - |
| CMYK | 0.51 | 0.29 | 0 | 0.17 |
| HSL | 214.77º | 0.55% | 0.62% | - |
| HSV(B) | 214.77º | 0.51% | 0.83% | - |
| XYZ | 28.21 | 29.14 | 65.77 | - |
| YUV | 142.61 | 166.59 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 211 | 0.51 | 0.29 | 0 | 0.17 | 214.77 | 0.55 | 0.62 |
| Hex | 68 | 95 | D3 | 33 | 1D | 0 | 11 | D7 | 37 | 3E |
| Octal | 150 | 225 | 323 | 63 | 35 | 0 | 21 | 327 | 67 | 76 |
| Binary | 1101000 | 10010101 | 11010011 | 110011 | 11101 | 0 | 10001 | 11010111 | 110111 | 111110 |
Color Harmonies of #6895D3
Complementary color
Monochromatic Colors of #6895D3
Black with #6895D3
Text Example
Text Example
White with #6895D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6895D3; }
p { color: rgb(104,149,211); }
H1.HeaderClassName
{
color: #6895D3;
}
.AnyTagClassName
{
color: #6895D3;
}
</style>
background-color css
<style>
a { background-color: #6895D3; }
a { background-color: rgb(104,149,211); }
div.DivClassName
{
background-color: #6895D3;
}
.BgClassName
{
background-color: #6895D3;
}
</style>
border-color css
<style>
span { border-color: #6895D3; }
span { border-color: rgb(104,149,211); }
td.TdClassName
{
border-color: #6895D3;
}
.TagClassName
{
border-color: #6895D3;
}
</style>