Shades of Picton Blue #6899CD
Tints of Picton Blue #6899CD
RGB
CMYK
RGB Variations
Color information
#6899CD (or 0x6899CD) is known color: Picton Blue. HEX triplet: 68, 99 and CD. RGB value is (104,153,205). Sum of RGB (Red+Green+Blue) = 104+153+205=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #6899CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6899CD is #976632. Grayscale: #909090. Windows color (decimal): -9922099 or 13474152. OLE color: 13474152.
HSL color Cylindrical-coordinate representation of color #6899CD: hue angle of 210.89º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6899CD is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 153 | 205 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.20 |
| HSL | 210.89º | 0.5% | 0.61% | - |
| HSV(B) | 210.89º | 0.49% | 0.8% | - |
| XYZ | 28.12 | 30.13 | 62.09 | - |
| YUV | 144.28 | 162.27 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 205 | 0.49 | 0.25 | 0 | 0.20 | 210.89 | 0.5 | 0.61 |
| Hex | 68 | 99 | CD | 31 | 19 | 0 | 14 | D3 | 32 | 3D |
| Octal | 150 | 231 | 315 | 61 | 31 | 0 | 24 | 323 | 62 | 75 |
| Binary | 1101000 | 10011001 | 11001101 | 110001 | 11001 | 0 | 10100 | 11010011 | 110010 | 111101 |
Color Harmonies of #6899CD
Complementary color
Monochromatic Colors of #6899CD
Black with #6899CD
Text Example
Text Example
White with #6899CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6899CD; }
p { color: rgb(104,153,205); }
H1.HeaderClassName
{
color: #6899CD;
}
.AnyTagClassName
{
color: #6899CD;
}
</style>
background-color css
<style>
a { background-color: #6899CD; }
a { background-color: rgb(104,153,205); }
div.DivClassName
{
background-color: #6899CD;
}
.BgClassName
{
background-color: #6899CD;
}
</style>
border-color css
<style>
span { border-color: #6899CD; }
span { border-color: rgb(104,153,205); }
td.TdClassName
{
border-color: #6899CD;
}
.TagClassName
{
border-color: #6899CD;
}
</style>