Shades of Picton Blue #6896D5
Tints of Picton Blue #6896D5
RGB
CMYK
RGB Variations
Color information
#6896D5 (or 0x6896D5) is known color: Picton Blue. HEX triplet: 68, 96 and D5. RGB value is (104,150,213). Sum of RGB (Red+Green+Blue) = 104+150+213=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #6896D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6896D5 is #97692A. Grayscale: #8F8F8F. Windows color (decimal): -9922859 or 13997672. OLE color: 13997672.
HSL color Cylindrical-coordinate representation of color #6896D5: hue angle of 214.68º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6896D5 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 150 | 213 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.16 |
| HSL | 214.68º | 0.56% | 0.62% | - |
| HSV(B) | 214.68º | 0.51% | 0.84% | - |
| XYZ | 28.63 | 29.56 | 67.15 | - |
| YUV | 143.43 | 167.26 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 150 | 213 | 0.51 | 0.30 | 0 | 0.16 | 214.68 | 0.56 | 0.62 |
| Hex | 68 | 96 | D5 | 33 | 1E | 0 | 10 | D7 | 38 | 3E |
| Octal | 150 | 226 | 325 | 63 | 36 | 0 | 20 | 327 | 70 | 76 |
| Binary | 1101000 | 10010110 | 11010101 | 110011 | 11110 | 0 | 10000 | 11010111 | 111000 | 111110 |
Color Harmonies of #6896D5
Complementary color
Monochromatic Colors of #6896D5
Black with #6896D5
Text Example
Text Example
White with #6896D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6896D5; }
p { color: rgb(104,150,213); }
H1.HeaderClassName
{
color: #6896D5;
}
.AnyTagClassName
{
color: #6896D5;
}
</style>
background-color css
<style>
a { background-color: #6896D5; }
a { background-color: rgb(104,150,213); }
div.DivClassName
{
background-color: #6896D5;
}
.BgClassName
{
background-color: #6896D5;
}
</style>
border-color css
<style>
span { border-color: #6896D5; }
span { border-color: rgb(104,150,213); }
td.TdClassName
{
border-color: #6896D5;
}
.TagClassName
{
border-color: #6896D5;
}
</style>