Shades of Picton Blue #6895D4
Tints of Picton Blue #6895D4
RGB
CMYK
RGB Variations
Color information
#6895D4 (or 0x6895D4) is known color: Picton Blue. HEX triplet: 68, 95 and D4. RGB value is (104,149,212). Sum of RGB (Red+Green+Blue) = 104+149+212=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 212 - color contains mainly: blue. Hex color #6895D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6895D4 is #976A2B. Grayscale: #8E8E8E. Windows color (decimal): -9923116 or 13931880. OLE color: 13931880.
HSL color Cylindrical-coordinate representation of color #6895D4: hue angle of 215º degrees, saturation: 0.56, 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 #6895D4 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 149 | 212 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.17 |
| HSL | 215º | 0.56% | 0.62% | - |
| HSV(B) | 215º | 0.51% | 0.83% | - |
| XYZ | 28.34 | 29.19 | 66.43 | - |
| YUV | 142.73 | 167.09 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 212 | 0.51 | 0.30 | 0 | 0.17 | 215 | 0.56 | 0.62 |
| Hex | 68 | 95 | D4 | 33 | 1E | 0 | 11 | D7 | 38 | 3E |
| Octal | 150 | 225 | 324 | 63 | 36 | 0 | 21 | 327 | 70 | 76 |
| Binary | 1101000 | 10010101 | 11010100 | 110011 | 11110 | 0 | 10001 | 11010111 | 111000 | 111110 |
Color Harmonies of #6895D4
Complementary color
Monochromatic Colors of #6895D4
Black with #6895D4
Text Example
Text Example
White with #6895D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6895D4; }
p { color: rgb(104,149,212); }
H1.HeaderClassName
{
color: #6895D4;
}
.AnyTagClassName
{
color: #6895D4;
}
</style>
background-color css
<style>
a { background-color: #6895D4; }
a { background-color: rgb(104,149,212); }
div.DivClassName
{
background-color: #6895D4;
}
.BgClassName
{
background-color: #6895D4;
}
</style>
border-color css
<style>
span { border-color: #6895D4; }
span { border-color: rgb(104,149,212); }
td.TdClassName
{
border-color: #6895D4;
}
.TagClassName
{
border-color: #6895D4;
}
</style>