Shades of Picton Blue #689FCC
Tints of Picton Blue #689FCC
RGB
CMYK
RGB Variations
Color information
#689FCC (or 0x689FCC) is known color: Picton Blue. HEX triplet: 68, 9F and CC. RGB value is (104,159,204). Sum of RGB (Red+Green+Blue) = 104+159+204=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #689FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689FCC is #976033. Grayscale: #939393. Windows color (decimal): -9920564 or 13410152. OLE color: 13410152.
HSL color Cylindrical-coordinate representation of color #689FCC: hue angle of 207º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #689FCC is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 159 | 204 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.2 |
| HSL | 207º | 0.5% | 0.6% | - |
| HSV(B) | 207º | 0.49% | 0.8% | - |
| XYZ | 29.01 | 32.1 | 61.79 | - |
| YUV | 147.69 | 159.78 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 204 | 0.49 | 0.22 | 0 | 0.2 | 207 | 0.5 | 0.6 |
| Hex | 68 | 9F | CC | 31 | 16 | 0 | 14 | CF | 32 | 3C |
| Octal | 150 | 237 | 314 | 61 | 26 | 0 | 24 | 317 | 62 | 74 |
| Binary | 1101000 | 10011111 | 11001100 | 110001 | 10110 | 0 | 10100 | 11001111 | 110010 | 111100 |
Color Harmonies of #689FCC
Complementary color
Monochromatic Colors of #689FCC
Black with #689FCC
Text Example
Text Example
White with #689FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689FCC; }
p { color: rgb(104,159,204); }
H1.HeaderClassName
{
color: #689FCC;
}
.AnyTagClassName
{
color: #689FCC;
}
</style>
background-color css
<style>
a { background-color: #689FCC; }
a { background-color: rgb(104,159,204); }
div.DivClassName
{
background-color: #689FCC;
}
.BgClassName
{
background-color: #689FCC;
}
</style>
border-color css
<style>
span { border-color: #689FCC; }
span { border-color: rgb(104,159,204); }
td.TdClassName
{
border-color: #689FCC;
}
.TagClassName
{
border-color: #689FCC;
}
</style>